SlideShare a Scribd company logo
Creating a webpage – Basic HTMLMatthew Mobbse: mjm33@le.ac.ukweb: http://www2.le.ac.uk/Members/mjm33twitter: mjmobbs
HTMLHyperTextMarkup LanguageThe code used to write all websitesFunctions instruct web browsers what to showA little understanding will always help
Your first webpageOpen Notepad<HTML>HTML always works in pairs! Open and close!</HTML>This mean it is a WWW page
What is a page without a title!<HTML>	<HEAD>		<TITLE>	Your name webpage		</TITLE>	</HEAD></HTML>
Check your work…FileOpen the file. It will open in Internet Explorer.Is the name is the Title Bar the same as you typed?Save AsName the file ‘index.html’Save
Adding and Formatting the Page <BODY><HTML>	<HEAD>		<TITLE>	Your name webpage		</TITLE>	</HEAD>	<BODY>The page content or body	</BODY></HTML>
HeadingsWe use different heading styles to break-up page contentIncreased number = Smaller heading
Add a Heading to your page <H1><BODY>Add Heading	<CENTER>	<H1>Your Name	</H1>Centre Text	</CENTER>Add a line	<HR></BODY>Save and Review your page
Writing a Paragraph <P> <P>Your name is doing a <STRONG>MA Humanities</STRONG> degree at the <I>University of Leicester</I>. Your name first degree was <B>Your degree</B> from <I>first degree institution</I></P><BODY>	<CENTER>	<H1>Your Name	</H1>	</CENTER>	<HR>	<P>	</P></BODY>
Paragraph Mark-up
“Quoting” <BLOCKQUOTE></P>In the quote say why you chose to study this course…“I’m studying MA Humanities…”  	<BLOCKQUOTE>		<P>“Your Quote”		</BR>		<I>Says Your Name</I>		</P>	</BLOCKQUOTE></BODY>
Lists <OL> or <UL></BLOCKQUOTE><OL> is a numerical or ‘ordered’ listModuleModule 1Module 2Writing for the web<H3>Modules</H3><OL>	<LI>Module 1</LI>	<LI>Module 2</LI>	<LI>Writing for the Web</LI></OL></BODY>
Lists <OL> or <UL></BLOCKQUOTE><UL> is a bullet or ‘unordered’ listWriting for the webWeb Design
HTML<H3>Module</H3><OL>	<LI>Module 1</LI>	<LI>Module 2</LI>	<LI>Writing for the Web</LI>	<UL>		<LI>Web Design</LI>		<LI>HTML</LI>	</UL></OL></BODY>
Hyperlinks <A HREF=<P>Your name is doing a <STRONG>MA Humanities</STRONG> degree at the<A HREF=“http://www.le.ac.uk” title=“University of Leicester”><I>University of Leicester</I></A>. Your name first degree was <B>Your degree</B> from <I>first degree institution</I></P>
Structuring a WebsiteHomeAbout UsEventsResourcesWhat the service isWritingFuture EventsStaffEssaysPast EventsMatt MobbsMathsHandouts
Structuring a WebsiteHomeAbout UsResourcesImagesEventsWritingWhat the service isFuture EventsStaffPast EventsEssaysMatt MobbsHandoutsMaths
Download and structure your sitemy -websiteGo to http://tinyurl.com/y9ev4rcDownloads the Page ‘webdesign.html’ and put in a folder called ‘modules’ Download the image ‘html.gif’ and put in a folder called imagesindex.htmlmoduleswebdesign.htmlimageshtml.gif
Insert hyperlink to filemy -website</BLOCKQUOTE><H3>Module</H3><OL>	<LI>Module 1</LI>	<LI>Module 2</LI>	<LI>Writing for the Web</LI>index.htmlmodules<UL>		<LI><AHREF=“ modules/web-		design.html” title=“Web 			Design”> Web Design </A></LI>		<LI>HTML</LI>	</UL>webdesign.htmlimageshtml.gif
Inserting Imagesmy -websiteOpen webdesign.html in Notepadindex.htmlmodulesTry and understand the codewebdesign.htmlimageshtml.gif
Inserting Imagesmy -website<CENTER><P></P>index.htmlmoduleswebdesign.htmlimageshtml.gif
Inserting Imagesmy -website<CENTER><P><IMG SRC=“../images/html.gif ”></P>index.htmlmoduleswebdesign.htmlIMG = IMaGeSRC = SouRCeLocation of file.../ means go up one level in structureimageshtml.gif
Inserting Imagesmy -website<CENTER><P><IMG SRC=“../images/html.gif ” 	alt=“Basic HTML Code”></P>index.htmlmoduleswebdesign.htmlalt = Alternative textUsed by visually impaired users, descirbes what the image is.VERY IMPORTANTimageshtml.gif
Inserting object from other websiteshttp://tinyurl.com/2a68dgk
Inserting object from other websitesIn webdesign.html<LI>Four Key Elements of web design</LI>	   <UL>              <LI>Presentation</LI>              <LI>Structure</LI>              <LI>Writing Style</LI>              <LI>Referencing and Illustration</LI>   	    </UL><INSERT YOUTUBE CODE HERE></OL><H3>
Key learningHTML code always works in pairsCode for Paragraphs <P>, Headings <H1> and List <OL> or <UL>Hyperlink <A HREF=“…”Image <IMG SRC=“…”, Images must have alternative text - alt=“…”

More Related Content

What's hot (19)

PPT
Accessibility Usability Professional Summry
Sur College of Applied Sciences
 
DOCX
Introduction to web design
Fitra Sani
 
PPT
Lecture 6 Data Driven Design
Sur College of Applied Sciences
 
PPT
Lecture 9 Professional Practices
Sur College of Applied Sciences
 
PDF
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>
tutorialsruby
 
KEY
HTML5 - techMaine Presentation 5/18/09
pemaquid
 
PPT
#1 of HTML and CSS3
Ahmed Yousef
 
PPTX
High performance websites session1
amr elgarhy
 
PPT
How to include a JavaScript file from GDrive to Blogspot
Paul Wang
 
PPTX
#2 of HTML and CSS3
Ahmed Yousef
 
PPTX
Word press plugin development
Md Shahjahan Jewel
 
PDF
Wordpress Questions & Answers
Nicole Dion
 
PDF
WordPress - From the Start - WordCamp Sofia 2013
Stanko Metodiev
 
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450
Justin Ezor
 
PPT
Why Use Google Docs?
lindahb1950
 
PDF
Shifting Gears
Christian Heilmann
 
ODP
Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...
Martin Leyrer
 
PDF
Lesson 01
Gene Babon
 
Accessibility Usability Professional Summry
Sur College of Applied Sciences
 
Introduction to web design
Fitra Sani
 
Lecture 6 Data Driven Design
Sur College of Applied Sciences
 
Lecture 9 Professional Practices
Sur College of Applied Sciences
 
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>
tutorialsruby
 
HTML5 - techMaine Presentation 5/18/09
pemaquid
 
#1 of HTML and CSS3
Ahmed Yousef
 
High performance websites session1
amr elgarhy
 
How to include a JavaScript file from GDrive to Blogspot
Paul Wang
 
#2 of HTML and CSS3
Ahmed Yousef
 
Word press plugin development
Md Shahjahan Jewel
 
Wordpress Questions & Answers
Nicole Dion
 
WordPress - From the Start - WordCamp Sofia 2013
Stanko Metodiev
 
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450
Justin Ezor
 
Why Use Google Docs?
lindahb1950
 
Shifting Gears
Christian Heilmann
 
Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...
Martin Leyrer
 
Lesson 01
Gene Babon
 

Viewers also liked (17)

PPTX
ePortfolios, blogs and social media for business
Matthew Mobbs
 
PPTX
Web design part 1
Matthew Mobbs
 
PPT
UKCISA PMI project presentation
Matthew Mobbs
 
DOCX
A brief introduction of how to use audacity
Matthew Mobbs
 
PPTX
Social Media For Beginners - Agcas 2012
Matthew Mobbs
 
PPTX
Using Social Media as a Careers Service and Advising Students
Matthew Mobbs
 
PDF
Creating a e portfolio using wordpress
Matthew Mobbs
 
PPTX
PLEase help m study
Matthew Mobbs
 
PPTX
ADSHE Conference - Access to Study Skills
Matthew Mobbs
 
PPTX
Using Social Media to assist your career - Audio Version
Matthew Mobbs
 
PPTX
Building an ePortfolio using Web 2.0 Technologies (2009)
Matthew Mobbs
 
PPTX
Personal branding - School of Management 2013
Matthew Mobbs
 
PPTX
Social media for beginners
Matthew Mobbs
 
PPTX
Web design1 2010/11
Matthew Mobbs
 
PPTX
Personalised Learning, Behind and Beyond Google
Matthew Mobbs
 
PPTX
Chinese new year
Matthew Mobbs
 
PDF
Web services and accounts
Matthew Mobbs
 
ePortfolios, blogs and social media for business
Matthew Mobbs
 
Web design part 1
Matthew Mobbs
 
UKCISA PMI project presentation
Matthew Mobbs
 
A brief introduction of how to use audacity
Matthew Mobbs
 
Social Media For Beginners - Agcas 2012
Matthew Mobbs
 
Using Social Media as a Careers Service and Advising Students
Matthew Mobbs
 
Creating a e portfolio using wordpress
Matthew Mobbs
 
PLEase help m study
Matthew Mobbs
 
ADSHE Conference - Access to Study Skills
Matthew Mobbs
 
Using Social Media to assist your career - Audio Version
Matthew Mobbs
 
Building an ePortfolio using Web 2.0 Technologies (2009)
Matthew Mobbs
 
Personal branding - School of Management 2013
Matthew Mobbs
 
Social media for beginners
Matthew Mobbs
 
Web design1 2010/11
Matthew Mobbs
 
Personalised Learning, Behind and Beyond Google
Matthew Mobbs
 
Chinese new year
Matthew Mobbs
 
Web services and accounts
Matthew Mobbs
 
Ad

Similar to Web design 2 - Basic HTML 2010 (20)

PPTX
Creating a Webpage
Matthew Mobbs
 
PPT
How To Create Personal Web Pages On My Web
sritikumar
 
PPT
Lecture 1 - Comm Lab: Web @ ITP
yucefmerhi
 
PPT
Xhtml Part1
nleesite
 
PPT
Module 2 Lesson 1
claytors
 
PPTX
Basic HTML
coachhahn
 
PDF
Introducing YUI
Christian Heilmann
 
PPTX
Basic HTML
coachhahn
 
PPTX
HTML to FTP
Keira Dooley
 
PPT
ARTDM 171 Week 4: Tags
Gilbert Guerrero
 
PPT
Html basics
mcatahir947
 
PPT
HTML Fundamentals
Doncho Minkov
 
PPT
Dreamweaver
chowders
 
PPT
Web designing using html
julicris021488
 
PPT
Building A Website
marabeas
 
PPT
YL Intro html
dilom1986
 
PDF
"Innovative Web Design & Development Hub
kyereernest560
 
PPTX
Web designp pt
Bizzyb09
 
PPT
Intro to html
anshuman rahi
 
PPT
Intro to html
anshuman rahi
 
Creating a Webpage
Matthew Mobbs
 
How To Create Personal Web Pages On My Web
sritikumar
 
Lecture 1 - Comm Lab: Web @ ITP
yucefmerhi
 
Xhtml Part1
nleesite
 
Module 2 Lesson 1
claytors
 
Basic HTML
coachhahn
 
Introducing YUI
Christian Heilmann
 
Basic HTML
coachhahn
 
HTML to FTP
Keira Dooley
 
ARTDM 171 Week 4: Tags
Gilbert Guerrero
 
Html basics
mcatahir947
 
HTML Fundamentals
Doncho Minkov
 
Dreamweaver
chowders
 
Web designing using html
julicris021488
 
Building A Website
marabeas
 
YL Intro html
dilom1986
 
"Innovative Web Design & Development Hub
kyereernest560
 
Web designp pt
Bizzyb09
 
Intro to html
anshuman rahi
 
Intro to html
anshuman rahi
 
Ad

More from Matthew Mobbs (16)

PDF
MOOCs: The Leicester Landscape
Matthew Mobbs
 
PPTX
Blogging your experience lgip2012
Matthew Mobbs
 
PPTX
Example tweets
Matthew Mobbs
 
PPTX
LinkedIn Lab
Matthew Mobbs
 
PPTX
Making the most of Twitter
Matthew Mobbs
 
PPTX
Social media to assist your applications
Matthew Mobbs
 
PPTX
Social Media Taster - WISE Project
Matthew Mobbs
 
PDF
Creating a e portfolio using wordpress
Matthew Mobbs
 
PPTX
Using Social Media to develop a personal brand - SIFE 2011
Matthew Mobbs
 
PDF
Careers Service Publicity Sample
Matthew Mobbs
 
PDF
Circuit de catalunya i photo book
Matthew Mobbs
 
PPTX
Video Production
Matthew Mobbs
 
PDF
Personal learning environments and portals
Matthew Mobbs
 
PPTX
Using social media to develop your personal branding
Matthew Mobbs
 
PPTX
Using social media to assist your Career
Matthew Mobbs
 
PPTX
Web design - Creating a Google Site
Matthew Mobbs
 
MOOCs: The Leicester Landscape
Matthew Mobbs
 
Blogging your experience lgip2012
Matthew Mobbs
 
Example tweets
Matthew Mobbs
 
LinkedIn Lab
Matthew Mobbs
 
Making the most of Twitter
Matthew Mobbs
 
Social media to assist your applications
Matthew Mobbs
 
Social Media Taster - WISE Project
Matthew Mobbs
 
Creating a e portfolio using wordpress
Matthew Mobbs
 
Using Social Media to develop a personal brand - SIFE 2011
Matthew Mobbs
 
Careers Service Publicity Sample
Matthew Mobbs
 
Circuit de catalunya i photo book
Matthew Mobbs
 
Video Production
Matthew Mobbs
 
Personal learning environments and portals
Matthew Mobbs
 
Using social media to develop your personal branding
Matthew Mobbs
 
Using social media to assist your Career
Matthew Mobbs
 
Web design - Creating a Google Site
Matthew Mobbs
 

Recently uploaded (20)

PPTX
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
PPTX
How to Configure Access Rights of Manufacturing Orders in Odoo 18 Manufacturing
Celine George
 
PPSX
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PPTX
Explorando Recursos do Summer '25: Dicas Essenciais - 02
Mauricio Alexandre Silva
 
PPT
digestive system for Pharm d I year HAP
rekhapositivity
 
PPTX
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PDF
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
PPTX
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
PPTX
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
PDF
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
PPTX
How to Manage Access Rights & User Types in Odoo 18
Celine George
 
PDF
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
PPTX
How to Manage Promotions in Odoo 18 Sales
Celine George
 
PPTX
Nutri-QUIZ-Bee-Elementary.pptx...................
ferdinandsanbuenaven
 
PPTX
CONVULSIVE DISORDERS: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
PPTX
Latest Features in Odoo 18 - Odoo slides
Celine George
 
PPTX
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
PPSX
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
PPTX
Presentation: Climate Citizenship Digital Education
Karl Donert
 
A PPT on Alfred Lord Tennyson's Ulysses.
Beena E S
 
How to Configure Access Rights of Manufacturing Orders in Odoo 18 Manufacturing
Celine George
 
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
Explorando Recursos do Summer '25: Dicas Essenciais - 02
Mauricio Alexandre Silva
 
digestive system for Pharm d I year HAP
rekhapositivity
 
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
CEREBRAL PALSY: NURSING MANAGEMENT .pdf
PRADEEP ABOTHU
 
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
2025 Winter SWAYAM NPTEL & A Student.pptx
Utsav Yagnik
 
DIGESTION OF CARBOHYDRATES,PROTEINS,LIPIDS
raviralanaresh2
 
How to Manage Access Rights & User Types in Odoo 18
Celine George
 
Federal dollars withheld by district, charter, grant recipient
Mebane Rash
 
How to Manage Promotions in Odoo 18 Sales
Celine George
 
Nutri-QUIZ-Bee-Elementary.pptx...................
ferdinandsanbuenaven
 
CONVULSIVE DISORDERS: NURSING MANAGEMENT.pptx
PRADEEP ABOTHU
 
Latest Features in Odoo 18 - Odoo slides
Celine George
 
HYDROCEPHALUS: NURSING MANAGEMENT .pptx
PRADEEP ABOTHU
 
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
Presentation: Climate Citizenship Digital Education
Karl Donert
 

Web design 2 - Basic HTML 2010

  • 1. Creating a webpage – Basic HTMLMatthew Mobbse: [email protected]: http://www2.le.ac.uk/Members/mjm33twitter: mjmobbs
  • 2. HTMLHyperTextMarkup LanguageThe code used to write all websitesFunctions instruct web browsers what to showA little understanding will always help
  • 3. Your first webpageOpen Notepad<HTML>HTML always works in pairs! Open and close!</HTML>This mean it is a WWW page
  • 4. What is a page without a title!<HTML> <HEAD> <TITLE> Your name webpage </TITLE> </HEAD></HTML>
  • 5. Check your work…FileOpen the file. It will open in Internet Explorer.Is the name is the Title Bar the same as you typed?Save AsName the file ‘index.html’Save
  • 6. Adding and Formatting the Page <BODY><HTML> <HEAD> <TITLE> Your name webpage </TITLE> </HEAD> <BODY>The page content or body </BODY></HTML>
  • 7. HeadingsWe use different heading styles to break-up page contentIncreased number = Smaller heading
  • 8. Add a Heading to your page <H1><BODY>Add Heading <CENTER> <H1>Your Name </H1>Centre Text </CENTER>Add a line <HR></BODY>Save and Review your page
  • 9. Writing a Paragraph <P> <P>Your name is doing a <STRONG>MA Humanities</STRONG> degree at the <I>University of Leicester</I>. Your name first degree was <B>Your degree</B> from <I>first degree institution</I></P><BODY> <CENTER> <H1>Your Name </H1> </CENTER> <HR> <P> </P></BODY>
  • 11. “Quoting” <BLOCKQUOTE></P>In the quote say why you chose to study this course…“I’m studying MA Humanities…” <BLOCKQUOTE> <P>“Your Quote” </BR> <I>Says Your Name</I> </P> </BLOCKQUOTE></BODY>
  • 12. Lists <OL> or <UL></BLOCKQUOTE><OL> is a numerical or ‘ordered’ listModuleModule 1Module 2Writing for the web<H3>Modules</H3><OL> <LI>Module 1</LI> <LI>Module 2</LI> <LI>Writing for the Web</LI></OL></BODY>
  • 13. Lists <OL> or <UL></BLOCKQUOTE><UL> is a bullet or ‘unordered’ listWriting for the webWeb Design
  • 14. HTML<H3>Module</H3><OL> <LI>Module 1</LI> <LI>Module 2</LI> <LI>Writing for the Web</LI> <UL> <LI>Web Design</LI> <LI>HTML</LI> </UL></OL></BODY>
  • 15. Hyperlinks <A HREF=<P>Your name is doing a <STRONG>MA Humanities</STRONG> degree at the<A HREF=“http://www.le.ac.uk” title=“University of Leicester”><I>University of Leicester</I></A>. Your name first degree was <B>Your degree</B> from <I>first degree institution</I></P>
  • 16. Structuring a WebsiteHomeAbout UsEventsResourcesWhat the service isWritingFuture EventsStaffEssaysPast EventsMatt MobbsMathsHandouts
  • 17. Structuring a WebsiteHomeAbout UsResourcesImagesEventsWritingWhat the service isFuture EventsStaffPast EventsEssaysMatt MobbsHandoutsMaths
  • 18. Download and structure your sitemy -websiteGo to http://tinyurl.com/y9ev4rcDownloads the Page ‘webdesign.html’ and put in a folder called ‘modules’ Download the image ‘html.gif’ and put in a folder called imagesindex.htmlmoduleswebdesign.htmlimageshtml.gif
  • 19. Insert hyperlink to filemy -website</BLOCKQUOTE><H3>Module</H3><OL> <LI>Module 1</LI> <LI>Module 2</LI> <LI>Writing for the Web</LI>index.htmlmodules<UL> <LI><AHREF=“ modules/web- design.html” title=“Web Design”> Web Design </A></LI> <LI>HTML</LI> </UL>webdesign.htmlimageshtml.gif
  • 20. Inserting Imagesmy -websiteOpen webdesign.html in Notepadindex.htmlmodulesTry and understand the codewebdesign.htmlimageshtml.gif
  • 22. Inserting Imagesmy -website<CENTER><P><IMG SRC=“../images/html.gif ”></P>index.htmlmoduleswebdesign.htmlIMG = IMaGeSRC = SouRCeLocation of file.../ means go up one level in structureimageshtml.gif
  • 23. Inserting Imagesmy -website<CENTER><P><IMG SRC=“../images/html.gif ” alt=“Basic HTML Code”></P>index.htmlmoduleswebdesign.htmlalt = Alternative textUsed by visually impaired users, descirbes what the image is.VERY IMPORTANTimageshtml.gif
  • 24. Inserting object from other websiteshttp://tinyurl.com/2a68dgk
  • 25. Inserting object from other websitesIn webdesign.html<LI>Four Key Elements of web design</LI> <UL> <LI>Presentation</LI> <LI>Structure</LI> <LI>Writing Style</LI> <LI>Referencing and Illustration</LI> </UL><INSERT YOUTUBE CODE HERE></OL><H3>
  • 26. Key learningHTML code always works in pairsCode for Paragraphs <P>, Headings <H1> and List <OL> or <UL>Hyperlink <A HREF=“…”Image <IMG SRC=“…”, Images must have alternative text - alt=“…”