SlideShare una empresa de Scribd logo
1 de 26
Creating a webpage – Basic HTML Matthew Mobbs e: mjm33@le.ac.uk web: http://www2.le.ac.uk/Members/mjm33 twitter: mjmobbs
HTML HyperTextMarkup Language The code used to write all websites Functions instruct web browsers what to show A little understanding will always help
Your first webpage Open 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… File Open the file. It will open in Internet Explorer. Is the name is the Title Bar the same as you typed? Save As Name 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>
Headings We use different heading styles to break-up page content Increased 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’ list Module Module 1 Module 2 Writing 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’ list Writing for the web ,[object Object]
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 Website Home About Us Events Resources What the service is Writing Future Events Staff Essays Past Events Matt Mobbs Maths Handouts
Structuring a Website Home About Us Resources Images Events Writing What the service is Future Events Staff Past Events Essays Matt Mobbs Handouts Maths
Download and structure your site my -website Go to http://tinyurl.com/y9ev4rc Downloads the Page ‘webdesign.html’ and put in a folder called ‘modules’  Download the image ‘html.gif’ and put in a folder called images index.html modules webdesign.html images html.gif
Insert hyperlink to file my -website </BLOCKQUOTE> <H3>Module</H3> <OL> 	<LI>Module 1</LI> 	<LI>Module 2</LI> 	<LI>Writing for the Web</LI> index.html modules <UL> 		<LI><AHREF=“ modules/web-		design.html” title=“Web 			Design”> Web Design </A></LI> 		<LI>HTML</LI> 	</UL> webdesign.html images html.gif
Inserting Images my -website Open webdesign.html in Notepad index.html modules Try and understand the code webdesign.html images html.gif
Inserting Images my -website <CENTER> <P> </P> index.html modules webdesign.html images html.gif
Inserting Images my -website <CENTER> <P> <IMG SRC=“../images/html.gif ”> </P> index.html modules webdesign.html IMG = IMaGe SRC = SouRCe Location of file. ../ means go up one level in structure images html.gif
Inserting Images my -website <CENTER> <P> <IMG SRC=“../images/html.gif ” 	alt=“Basic HTML Code”> </P> index.html modules webdesign.html alt = Alternative text Used by visually impaired users, descirbes what the image is. VERY IMPORTANT images html.gif
Inserting object from other websites http://tinyurl.com/2a68dgk
Inserting object from other websites In 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 learning HTML code always works in pairs Code for Paragraphs <P>, Headings <H1> and List <OL> or <UL> Hyperlink <A HREF=“…” Image <IMG SRC=“…”,  Images must have alternative text - alt=“…”

Más contenido relacionado

La actualidad más candente

Introduction to web design
Introduction to web designIntroduction to web design
Introduction to web designFitra Sani
 
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>tutorialsruby
 
HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09pemaquid
 
#1 of HTML and CSS3
#1 of HTML and CSS3 #1 of HTML and CSS3
#1 of HTML and CSS3 Ahmed Yousef
 
High performance websites session1
High performance websites  session1High performance websites  session1
High performance websites session1amr elgarhy
 
How to include a JavaScript file from GDrive to Blogspot
How to include a JavaScript file from GDrive to BlogspotHow to include a JavaScript file from GDrive to Blogspot
How to include a JavaScript file from GDrive to BlogspotPaul Wang
 
#2 of HTML and CSS3
#2 of HTML and CSS3 #2 of HTML and CSS3
#2 of HTML and CSS3 Ahmed Yousef
 
Word press plugin development
Word press plugin development Word press plugin development
Word press plugin development Md Shahjahan Jewel
 
Wordpress Questions & Answers
Wordpress Questions & AnswersWordpress Questions & Answers
Wordpress Questions & AnswersNicole Dion
 
WordPress - From the Start - WordCamp Sofia 2013
WordPress - From the Start - WordCamp Sofia 2013WordPress - From the Start - WordCamp Sofia 2013
WordPress - From the Start - WordCamp Sofia 2013Stanko Metodiev
 
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450Justin Ezor
 
Why Use Google Docs?
Why Use Google Docs?Why Use Google Docs?
Why Use Google Docs?lindahb1950
 
Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...
Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...
Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...Martin Leyrer
 

La actualidad más candente (19)

Accessibility Usability Professional Summry
Accessibility Usability Professional SummryAccessibility Usability Professional Summry
Accessibility Usability Professional Summry
 
Introduction to web design
Introduction to web designIntroduction to web design
Introduction to web design
 
Lecture 6 Data Driven Design
Lecture 6  Data Driven DesignLecture 6  Data Driven Design
Lecture 6 Data Driven Design
 
Lecture 9 Professional Practices
Lecture 9 Professional PracticesLecture 9 Professional Practices
Lecture 9 Professional Practices
 
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>
Essential Javascript -- A Javascript &lt;b>Tutorial&lt;/b>
 
HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09
 
#1 of HTML and CSS3
#1 of HTML and CSS3 #1 of HTML and CSS3
#1 of HTML and CSS3
 
High performance websites session1
High performance websites  session1High performance websites  session1
High performance websites session1
 
How to include a JavaScript file from GDrive to Blogspot
How to include a JavaScript file from GDrive to BlogspotHow to include a JavaScript file from GDrive to Blogspot
How to include a JavaScript file from GDrive to Blogspot
 
#2 of HTML and CSS3
#2 of HTML and CSS3 #2 of HTML and CSS3
#2 of HTML and CSS3
 
Html5
Html5Html5
Html5
 
Word press plugin development
Word press plugin development Word press plugin development
Word press plugin development
 
Wordpress Questions & Answers
Wordpress Questions & AnswersWordpress Questions & Answers
Wordpress Questions & Answers
 
WordPress - From the Start - WordCamp Sofia 2013
WordPress - From the Start - WordCamp Sofia 2013WordPress - From the Start - WordCamp Sofia 2013
WordPress - From the Start - WordCamp Sofia 2013
 
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-12-173-252-450
 
Why Use Google Docs?
Why Use Google Docs?Why Use Google Docs?
Why Use Google Docs?
 
Shifting Gears
Shifting GearsShifting Gears
Shifting Gears
 
Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...
Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...
Accessible Websites With Lotus Notes/Domino, presented at the BLUG day event,...
 
Lesson 01
Lesson 01Lesson 01
Lesson 01
 

Destacado

ePortfolios, blogs and social media for business
ePortfolios, blogs and social media for businessePortfolios, blogs and social media for business
ePortfolios, blogs and social media for businessMatthew Mobbs
 
UKCISA PMI project presentation
UKCISA PMI project presentationUKCISA PMI project presentation
UKCISA PMI project presentationMatthew Mobbs
 
A brief introduction of how to use audacity
A brief introduction of how to use audacityA brief introduction of how to use audacity
A brief introduction of how to use audacityMatthew Mobbs
 
Social Media For Beginners - Agcas 2012
Social Media For Beginners - Agcas 2012Social Media For Beginners - Agcas 2012
Social Media For Beginners - Agcas 2012Matthew Mobbs
 
Using Social Media as a Careers Service and Advising Students
Using Social Media as a Careers Service and Advising StudentsUsing Social Media as a Careers Service and Advising Students
Using Social Media as a Careers Service and Advising StudentsMatthew Mobbs
 
Creating a e portfolio using wordpress
Creating a e portfolio using wordpressCreating a e portfolio using wordpress
Creating a e portfolio using wordpressMatthew Mobbs
 
ADSHE Conference - Access to Study Skills
ADSHE Conference - Access to Study SkillsADSHE Conference - Access to Study Skills
ADSHE Conference - Access to Study SkillsMatthew Mobbs
 
Using Social Media to assist your career - Audio Version
Using Social Media to assist your career - Audio VersionUsing Social Media to assist your career - Audio Version
Using Social Media to assist your career - Audio VersionMatthew Mobbs
 
Building an ePortfolio using Web 2.0 Technologies (2009)
Building an ePortfolio using Web 2.0 Technologies (2009)Building an ePortfolio using Web 2.0 Technologies (2009)
Building an ePortfolio using Web 2.0 Technologies (2009)Matthew Mobbs
 
Personal branding - School of Management 2013
Personal branding - School of Management 2013Personal branding - School of Management 2013
Personal branding - School of Management 2013Matthew Mobbs
 
Social media for beginners
Social media for beginnersSocial media for beginners
Social media for beginnersMatthew Mobbs
 
Personalised Learning, Behind and Beyond Google
Personalised Learning, Behind and Beyond GooglePersonalised Learning, Behind and Beyond Google
Personalised Learning, Behind and Beyond GoogleMatthew Mobbs
 
Web services and accounts
Web services and accountsWeb services and accounts
Web services and accountsMatthew Mobbs
 

Destacado (17)

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

Similar a Web design 2 - Basic HTML 2010

How To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My WebHow To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My Websritikumar
 
Lecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPLecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPyucefmerhi
 
Xhtml Part1
Xhtml Part1Xhtml Part1
Xhtml Part1nleesite
 
Module 2 Lesson 1
Module 2 Lesson 1Module 2 Lesson 1
Module 2 Lesson 1claytors
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaverchowders
 
Web designing using html
Web designing using htmlWeb designing using html
Web designing using htmljulicris021488
 
Building A Website
Building A WebsiteBuilding A Website
Building A Websitemarabeas
 
YL Intro html
YL Intro htmlYL Intro html
YL Intro htmldilom1986
 
Web designp pt
Web designp ptWeb designp pt
Web designp ptBizzyb09
 

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

Creating a Webpage
Creating a WebpageCreating a Webpage
Creating a Webpage
 
How To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My WebHow To Create Personal Web Pages On My Web
How To Create Personal Web Pages On My Web
 
Lecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITPLecture 1 - Comm Lab: Web @ ITP
Lecture 1 - Comm Lab: Web @ ITP
 
Xhtml Part1
Xhtml Part1Xhtml Part1
Xhtml Part1
 
Module 2 Lesson 1
Module 2 Lesson 1Module 2 Lesson 1
Module 2 Lesson 1
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
Introducing YUI
Introducing YUIIntroducing YUI
Introducing YUI
 
Basic HTML
Basic HTMLBasic HTML
Basic HTML
 
HTML to FTP
HTML to FTPHTML to FTP
HTML to FTP
 
ARTDM 171 Week 4: Tags
ARTDM 171 Week 4: TagsARTDM 171 Week 4: Tags
ARTDM 171 Week 4: Tags
 
Html basics
Html basicsHtml basics
Html basics
 
HTML Fundamentals
HTML FundamentalsHTML Fundamentals
HTML Fundamentals
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Web designing using html
Web designing using htmlWeb designing using html
Web designing using html
 
Building A Website
Building A WebsiteBuilding A Website
Building A Website
 
YL Intro html
YL Intro htmlYL Intro html
YL Intro html
 
Web designp pt
Web designp ptWeb designp pt
Web designp pt
 
Intro to html
Intro to htmlIntro to html
Intro to html
 
Intro to html
Intro to htmlIntro to html
Intro to html
 
Xml Zoe
Xml ZoeXml Zoe
Xml Zoe
 

Más de Matthew Mobbs

MOOCs: The Leicester Landscape
MOOCs: The Leicester LandscapeMOOCs: The Leicester Landscape
MOOCs: The Leicester LandscapeMatthew Mobbs
 
Blogging your experience lgip2012
Blogging your experience   lgip2012Blogging your experience   lgip2012
Blogging your experience lgip2012Matthew Mobbs
 
Making the most of Twitter
Making the most of TwitterMaking the most of Twitter
Making the most of TwitterMatthew Mobbs
 
Social media to assist your applications
Social media to assist your applicationsSocial media to assist your applications
Social media to assist your applicationsMatthew Mobbs
 
Social Media Taster - WISE Project
Social Media Taster - WISE ProjectSocial Media Taster - WISE Project
Social Media Taster - WISE ProjectMatthew Mobbs
 
Creating a e portfolio using wordpress
Creating a e portfolio using wordpressCreating a e portfolio using wordpress
Creating a e portfolio using wordpressMatthew Mobbs
 
Using Social Media to develop a personal brand - SIFE 2011
Using Social Media to develop a personal brand - SIFE 2011Using Social Media to develop a personal brand - SIFE 2011
Using Social Media to develop a personal brand - SIFE 2011Matthew Mobbs
 
Careers Service Publicity Sample
Careers Service Publicity SampleCareers Service Publicity Sample
Careers Service Publicity SampleMatthew Mobbs
 
Circuit de catalunya i photo book
Circuit de catalunya i photo bookCircuit de catalunya i photo book
Circuit de catalunya i photo bookMatthew Mobbs
 
Personal learning environments and portals
Personal learning environments and portalsPersonal learning environments and portals
Personal learning environments and portalsMatthew Mobbs
 
Using social media to develop your personal branding
Using social media to develop your personal brandingUsing social media to develop your personal branding
Using social media to develop your personal brandingMatthew Mobbs
 
Using social media to assist your Career
Using social media to assist your CareerUsing social media to assist your Career
Using social media to assist your CareerMatthew Mobbs
 
Web design - Creating a Google Site
Web design - Creating a Google SiteWeb design - Creating a Google Site
Web design - Creating a Google SiteMatthew Mobbs
 

Más de Matthew Mobbs (16)

MOOCs: The Leicester Landscape
MOOCs: The Leicester LandscapeMOOCs: The Leicester Landscape
MOOCs: The Leicester Landscape
 
Blogging your experience lgip2012
Blogging your experience   lgip2012Blogging your experience   lgip2012
Blogging your experience lgip2012
 
Example tweets
Example tweetsExample tweets
Example tweets
 
LinkedIn Lab
LinkedIn LabLinkedIn Lab
LinkedIn Lab
 
Making the most of Twitter
Making the most of TwitterMaking the most of Twitter
Making the most of Twitter
 
Social media to assist your applications
Social media to assist your applicationsSocial media to assist your applications
Social media to assist your applications
 
Social Media Taster - WISE Project
Social Media Taster - WISE ProjectSocial Media Taster - WISE Project
Social Media Taster - WISE Project
 
Creating a e portfolio using wordpress
Creating a e portfolio using wordpressCreating a e portfolio using wordpress
Creating a e portfolio using wordpress
 
Using Social Media to develop a personal brand - SIFE 2011
Using Social Media to develop a personal brand - SIFE 2011Using Social Media to develop a personal brand - SIFE 2011
Using Social Media to develop a personal brand - SIFE 2011
 
Careers Service Publicity Sample
Careers Service Publicity SampleCareers Service Publicity Sample
Careers Service Publicity Sample
 
Circuit de catalunya i photo book
Circuit de catalunya i photo bookCircuit de catalunya i photo book
Circuit de catalunya i photo book
 
Video Production
Video ProductionVideo Production
Video Production
 
Personal learning environments and portals
Personal learning environments and portalsPersonal learning environments and portals
Personal learning environments and portals
 
Using social media to develop your personal branding
Using social media to develop your personal brandingUsing social media to develop your personal branding
Using social media to develop your personal branding
 
Using social media to assist your Career
Using social media to assist your CareerUsing social media to assist your Career
Using social media to assist your Career
 
Web design - Creating a Google Site
Web design - Creating a Google SiteWeb design - Creating a Google Site
Web design - Creating a Google Site
 

Último

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 

Último (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 

Web design 2 - Basic HTML 2010

  • 1. Creating a webpage – Basic HTML Matthew Mobbs e: mjm33@le.ac.uk web: http://www2.le.ac.uk/Members/mjm33 twitter: mjmobbs
  • 2. HTML HyperTextMarkup Language The code used to write all websites Functions instruct web browsers what to show A little understanding will always help
  • 3. Your first webpage Open 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… File Open the file. It will open in Internet Explorer. Is the name is the Title Bar the same as you typed? Save As Name 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. Headings We use different heading styles to break-up page content Increased 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’ list Module Module 1 Module 2 Writing for the web <H3>Modules</H3> <OL> <LI>Module 1</LI> <LI>Module 2</LI> <LI>Writing for the Web</LI> </OL> </BODY>
  • 13.
  • 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 Website Home About Us Events Resources What the service is Writing Future Events Staff Essays Past Events Matt Mobbs Maths Handouts
  • 17. Structuring a Website Home About Us Resources Images Events Writing What the service is Future Events Staff Past Events Essays Matt Mobbs Handouts Maths
  • 18. Download and structure your site my -website Go to http://tinyurl.com/y9ev4rc Downloads the Page ‘webdesign.html’ and put in a folder called ‘modules’ Download the image ‘html.gif’ and put in a folder called images index.html modules webdesign.html images html.gif
  • 19. Insert hyperlink to file my -website </BLOCKQUOTE> <H3>Module</H3> <OL> <LI>Module 1</LI> <LI>Module 2</LI> <LI>Writing for the Web</LI> index.html modules <UL> <LI><AHREF=“ modules/web- design.html” title=“Web Design”> Web Design </A></LI> <LI>HTML</LI> </UL> webdesign.html images html.gif
  • 20. Inserting Images my -website Open webdesign.html in Notepad index.html modules Try and understand the code webdesign.html images html.gif
  • 21. Inserting Images my -website <CENTER> <P> </P> index.html modules webdesign.html images html.gif
  • 22. Inserting Images my -website <CENTER> <P> <IMG SRC=“../images/html.gif ”> </P> index.html modules webdesign.html IMG = IMaGe SRC = SouRCe Location of file. ../ means go up one level in structure images html.gif
  • 23. Inserting Images my -website <CENTER> <P> <IMG SRC=“../images/html.gif ” alt=“Basic HTML Code”> </P> index.html modules webdesign.html alt = Alternative text Used by visually impaired users, descirbes what the image is. VERY IMPORTANT images html.gif
  • 24. Inserting object from other websites http://tinyurl.com/2a68dgk
  • 25. Inserting object from other websites In 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 learning HTML code always works in pairs Code for Paragraphs <P>, Headings <H1> and List <OL> or <UL> Hyperlink <A HREF=“…” Image <IMG SRC=“…”, Images must have alternative text - alt=“…”
  • 27. Better looking website http://www.le.ac.uk/oerresources/bdra/html/index.htm