SlideShare a Scribd company logo
1 of 22
[object Object],[object Object],[object Object]
<html> </html>
<html> </html> <head> </head> <body> </body>
<html> </html> <head> </head> <body> </body> commands page  content
<head> </head> <title>   Evan's page </title> links to other non html documents that change  the look or function of the site
<body> </body> Hello World! (element) (tag)
Create sandwich...Oops, I mean .html document   <html>        <head>          <title>          Evan's Site          </title>      </head> <body> Hello World! </body>   </html>
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
<body> </body> Hello World! (element) (tag) get sample text: www.lipsum.com paste lorem ipsum (element)
<body> </body> add basic formatting tags        lorem ipsum  <p> lorem ipsum </p>          lorem ipsum <p> Hello World! </p>
<body> </body> add basic formatting tags        lorem ipsum  <p>lorem ipsum</p>         lorem ipsum <h1> Hello World! </h1>
<body> </body> create an  unordered list      lorem ipsum  <p>lorem ipsum</p>         lorem ipsum <h1>Hello World!</h1> <ul> <li>home</li> <li>about</li> <li>contact</li> </ul>
<body  bgcolor=&quot;#cccccc&quot; > </body> add  attribute  to modify element        lorem ipsum  <p>lorem ipsum</p>         lorem ipsum <h1>Hello World!</h1>
<body bgcolor=&quot;#cccccc&quot;> </body> add  font  tag with  attributes     <font face=&quot;arial&quot; color=&quot;#ffffff&quot;>  <ul> <li>home</li> <li>about</li> <li>contact</li> </ul>     </font>
use attribute to remove  bullets <ul  style=&quot;list-style: none&quot; > <li>home</li> <li>about</li> <li>contact</li> </ul>
add image (both ways!)    <img src=&quot;http:url.jpg&quot; />    <img src=&quot;file&quot; />     
change image attributes    <img src=&quot;http:url.jpg&quot; />     <img src=&quot;file&quot;  height=&quot;200&quot; width=&quot;200&quot;  />     
wrap text around image by adding  &quot;align&quot;  attribute      <img src=&quot;file&quot;   height=&quot;200&quot; width=&quot;200&quot;  align=&quot;left&quot; />     
add margins to make   &quot;style&quot;  attribute         <img src=&quot;file&quot;   height=&quot;200&quot; width=&quot;200&quot;   align=&quot;left&quot; style=&quot;margin: 10px 10px 0px 0px&quot;  />       top-right-bottom-left
a link is an attribute    <h1>   Hello<a  href=&quot;http:www.usc.edu&quot; >  USC! </a>   </h1>     
wrap links with <a> tags    <a  href=&quot;index.html&quot; >Home</a> <a  href=&quot;about.html&quot; >About</a> <a  href=&quot;contact.html&quot; >Contact</a>        
create new pages ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

1.2 elements and attributes copy (3)
1.2 elements and attributes   copy (3)1.2 elements and attributes   copy (3)
1.2 elements and attributes copy (3)
Bulldogs83
 
Kml Basics Chpt 2 Placemarks
Kml Basics Chpt  2   PlacemarksKml Basics Chpt  2   Placemarks
Kml Basics Chpt 2 Placemarks
tcooper66
 
La sociedad del conocimiento
La sociedad del conocimientoLa sociedad del conocimiento
La sociedad del conocimiento
vyalb
 

What's hot (19)

Learning HTML
Learning HTMLLearning HTML
Learning HTML
 
HTML Intro Assignment
HTML Intro AssignmentHTML Intro Assignment
HTML Intro Assignment
 
Html Ppt
Html PptHtml Ppt
Html Ppt
 
Intro to HTML (Kid's Class at TIY)
Intro to HTML (Kid's Class at TIY)Intro to HTML (Kid's Class at TIY)
Intro to HTML (Kid's Class at TIY)
 
1.2 elements and attributes copy (3)
1.2 elements and attributes   copy (3)1.2 elements and attributes   copy (3)
1.2 elements and attributes copy (3)
 
The Basics of (X)HTML Tags
The Basics of (X)HTML TagsThe Basics of (X)HTML Tags
The Basics of (X)HTML Tags
 
Html class-02
Html class-02Html class-02
Html class-02
 
10x10
10x1010x10
10x10
 
Learning Html
Learning HtmlLearning Html
Learning Html
 
Kml Basics Chpt 2 Placemarks
Kml Basics Chpt  2   PlacemarksKml Basics Chpt  2   Placemarks
Kml Basics Chpt 2 Placemarks
 
La sociedad del conocimiento
La sociedad del conocimientoLa sociedad del conocimiento
La sociedad del conocimiento
 
Html 101
Html 101Html 101
Html 101
 
Yerma
YermaYerma
Yerma
 
YL Intro html
YL Intro htmlYL Intro html
YL Intro html
 
Images4
Images4Images4
Images4
 
Images
ImagesImages
Images
 
Intro to html
Intro to htmlIntro to html
Intro to html
 
Html
HtmlHtml
Html
 
Ajax ons2
Ajax ons2Ajax ons2
Ajax ons2
 

Viewers also liked

Cloud App Develop
Cloud App DevelopCloud App Develop
Cloud App Develop
Fin Chen
 
Node.JS and WebSockets with Faye
Node.JS and WebSockets with FayeNode.JS and WebSockets with Faye
Node.JS and WebSockets with Faye
Matjaž Lipuš
 

Viewers also liked (20)

CSS3 Refresher
CSS3 RefresherCSS3 Refresher
CSS3 Refresher
 
Html javascript
Html javascriptHtml javascript
Html javascript
 
Eye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easilyEye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easily
 
Oocss & progressive css3 selectors
Oocss & progressive css3 selectorsOocss & progressive css3 selectors
Oocss & progressive css3 selectors
 
HTML and CSS Basics
HTML and CSS BasicsHTML and CSS Basics
HTML and CSS Basics
 
Css3
Css3Css3
Css3
 
(C)NodeJS
(C)NodeJS(C)NodeJS
(C)NodeJS
 
Cloud App Develop
Cloud App DevelopCloud App Develop
Cloud App Develop
 
CSS3: Simply Responsive
CSS3: Simply ResponsiveCSS3: Simply Responsive
CSS3: Simply Responsive
 
HTML basics
HTML basicsHTML basics
HTML basics
 
CSS3: Ripe and Ready
CSS3: Ripe and ReadyCSS3: Ripe and Ready
CSS3: Ripe and Ready
 
CSS3
CSS3CSS3
CSS3
 
Introduction to php 2
Introduction to php   2Introduction to php   2
Introduction to php 2
 
HTML Basics 2 workshop
HTML Basics 2 workshopHTML Basics 2 workshop
HTML Basics 2 workshop
 
HTML Basics
HTML BasicsHTML Basics
HTML Basics
 
Node.JS and WebSockets with Faye
Node.JS and WebSockets with FayeNode.JS and WebSockets with Faye
Node.JS and WebSockets with Faye
 
Basics Of Html
Basics Of HtmlBasics Of Html
Basics Of Html
 
Css3
Css3Css3
Css3
 
Mastering CSS3 Selectors
Mastering CSS3 SelectorsMastering CSS3 Selectors
Mastering CSS3 Selectors
 
20131108 cs query by howard
20131108 cs query by howard20131108 cs query by howard
20131108 cs query by howard
 

Similar to Html basics IML 140 (weeks 2-3) (20)

Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Html tags
Html tagsHtml tags
Html tags
 
HTML & CSS
HTML & CSSHTML & CSS
HTML & CSS
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
HTML Fundamentals
HTML FundamentalsHTML Fundamentals
HTML Fundamentals
 
Html ppt
Html pptHtml ppt
Html ppt
 
HTML5
HTML5HTML5
HTML5
 
Understanding html
Understanding htmlUnderstanding html
Understanding html
 
KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7
 
Tor2
Tor2Tor2
Tor2
 
Html
HtmlHtml
Html
 
Html
HtmlHtml
Html
 
Html
HtmlHtml
Html
 
Htmltag.ppt
Htmltag.pptHtmltag.ppt
Htmltag.ppt
 
Htmltag.ppt
Htmltag.pptHtmltag.ppt
Htmltag.ppt
 
Understanding THML
Understanding THMLUnderstanding THML
Understanding THML
 
Intro Html
Intro HtmlIntro Html
Intro Html
 
Java Script
Java ScriptJava Script
Java Script
 
HTML + CSS
HTML + CSSHTML + CSS
HTML + CSS
 

More from Evan Hughes

Media for business_commercials
Media for business_commercialsMedia for business_commercials
Media for business_commercials
Evan Hughes
 
Design and presenting with slides
Design and presenting with slidesDesign and presenting with slides
Design and presenting with slides
Evan Hughes
 
Dreamweaver Template
Dreamweaver TemplateDreamweaver Template
Dreamweaver Template
Evan Hughes
 
Web and creative cultures week 2
Web and creative cultures week 2Web and creative cultures week 2
Web and creative cultures week 2
Evan Hughes
 
Web and creative cultures week 2
Web and creative cultures week 2Web and creative cultures week 2
Web and creative cultures week 2
Evan Hughes
 
IML 140 Design - Basics
IML 140 Design - BasicsIML 140 Design - Basics
IML 140 Design - Basics
Evan Hughes
 
Remixand culture
Remixand cultureRemixand culture
Remixand culture
Evan Hughes
 
Mobile design patterns
Mobile design patternsMobile design patterns
Mobile design patterns
Evan Hughes
 
Weeks3 5 cs_sbasics
Weeks3 5 cs_sbasicsWeeks3 5 cs_sbasics
Weeks3 5 cs_sbasics
Evan Hughes
 

More from Evan Hughes (20)

IML 140 - The Art of the Storytelling Business
IML 140 - The Art of the Storytelling BusinessIML 140 - The Art of the Storytelling Business
IML 140 - The Art of the Storytelling Business
 
Blog HTML example for IML 295
Blog HTML example for IML 295Blog HTML example for IML 295
Blog HTML example for IML 295
 
Html intro for IML 295, week 11
Html intro for IML 295, week 11Html intro for IML 295, week 11
Html intro for IML 295, week 11
 
Media for business_commercials
Media for business_commercialsMedia for business_commercials
Media for business_commercials
 
I ml 140 digital media for business - final week
I ml 140  digital media for business - final weekI ml 140  digital media for business - final week
I ml 140 digital media for business - final week
 
Design and presenting with slides
Design and presenting with slidesDesign and presenting with slides
Design and presenting with slides
 
Iml140 web week_1
Iml140 web week_1Iml140 web week_1
Iml140 web week_1
 
Dreamweaver Template
Dreamweaver TemplateDreamweaver Template
Dreamweaver Template
 
Iml140 cs sbasics_week5
Iml140 cs sbasics_week5Iml140 cs sbasics_week5
Iml140 cs sbasics_week5
 
Week 4 css basics
Week 4 css basicsWeek 4 css basics
Week 4 css basics
 
Word Press Site
Word Press SiteWord Press Site
Word Press Site
 
Web and creative cultures week 2
Web and creative cultures week 2Web and creative cultures week 2
Web and creative cultures week 2
 
Web and creative cultures week 2
Web and creative cultures week 2Web and creative cultures week 2
Web and creative cultures week 2
 
Dreamweaver template
Dreamweaver templateDreamweaver template
Dreamweaver template
 
IML 140 Design - Basics
IML 140 Design - BasicsIML 140 Design - Basics
IML 140 Design - Basics
 
Remixand culture
Remixand cultureRemixand culture
Remixand culture
 
Mobile design patterns
Mobile design patternsMobile design patterns
Mobile design patterns
 
Weeks3 5 cs_sbasics
Weeks3 5 cs_sbasicsWeeks3 5 cs_sbasics
Weeks3 5 cs_sbasics
 
Color Theory Basics
Color Theory BasicsColor Theory Basics
Color Theory Basics
 
Iml 295 week
Iml 295 weekIml 295 week
Iml 295 week
 

Recently uploaded

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
QucHHunhnh
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
MateoGardella
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 

Recently uploaded (20)

psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
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
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
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
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
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
 
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
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
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
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 

Html basics IML 140 (weeks 2-3)

  • 1.
  • 3. <html> </html> <head> </head> <body> </body>
  • 4. <html> </html> <head> </head> <body> </body> commands page  content
  • 5. <head> </head> <title>   Evan's page </title> links to other non html documents that change  the look or function of the site
  • 6. <body> </body> Hello World! (element) (tag)
  • 7. Create sandwich...Oops, I mean .html document   <html>       <head>          <title>          Evan's Site          </title>     </head> <body> Hello World! </body>   </html>
  • 8.
  • 9. <body> </body> Hello World! (element) (tag) get sample text: www.lipsum.com paste lorem ipsum (element)
  • 10. <body> </body> add basic formatting tags       lorem ipsum  <p> lorem ipsum </p>         lorem ipsum <p> Hello World! </p>
  • 11. <body> </body> add basic formatting tags       lorem ipsum  <p>lorem ipsum</p>        lorem ipsum <h1> Hello World! </h1>
  • 12. <body> </body> create an unordered list     lorem ipsum  <p>lorem ipsum</p>        lorem ipsum <h1>Hello World!</h1> <ul> <li>home</li> <li>about</li> <li>contact</li> </ul>
  • 13. <body bgcolor=&quot;#cccccc&quot; > </body> add attribute to modify element       lorem ipsum  <p>lorem ipsum</p>        lorem ipsum <h1>Hello World!</h1>
  • 14. <body bgcolor=&quot;#cccccc&quot;> </body> add font tag with attributes    <font face=&quot;arial&quot; color=&quot;#ffffff&quot;> <ul> <li>home</li> <li>about</li> <li>contact</li> </ul>    </font>
  • 15. use attribute to remove bullets <ul style=&quot;list-style: none&quot; > <li>home</li> <li>about</li> <li>contact</li> </ul>
  • 16. add image (both ways!)   <img src=&quot;http:url.jpg&quot; />   <img src=&quot;file&quot; />   
  • 17. change image attributes   <img src=&quot;http:url.jpg&quot; />   <img src=&quot;file&quot; height=&quot;200&quot; width=&quot;200&quot; />   
  • 18. wrap text around image by adding &quot;align&quot; attribute     <img src=&quot;file&quot; height=&quot;200&quot; width=&quot;200&quot; align=&quot;left&quot; />   
  • 19. add margins to make  &quot;style&quot; attribute       <img src=&quot;file&quot; height=&quot;200&quot; width=&quot;200&quot; align=&quot;left&quot; style=&quot;margin: 10px 10px 0px 0px&quot; />    top-right-bottom-left
  • 20. a link is an attribute   <h1> Hello<a href=&quot;http:www.usc.edu&quot; > USC! </a>   </h1>   
  • 21. wrap links with <a> tags   <a href=&quot;index.html&quot; >Home</a> <a href=&quot;about.html&quot; >About</a> <a href=&quot;contact.html&quot; >Contact</a>     
  • 22.