SlideShare a Scribd company logo
get an image onto your desktop rename the image in simple terms!  find an image URL  (should end in .jpg or some image file type)
<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>
Save document as index.txt   File>export Send to desktop and name index.txt Once saved on desktop click and rename txt suffix to .html Right click and open in Firefox to make sure you did everything correctly Right click again and open with TextWrangler to edit Keep both TextWranger and Firefox versions open so you can just refresh Firefox when you make changes
<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    right click and copy page paste new page onto desktop rename new page about.html change some basic colors of page do this again, but name contact.html    

More Related Content

PPT
XHTML basics
PPTX
New HTML5/CSS3 techniques
PPT
Block2 Session2 Presentation
PPTX
Basic HTML
PPTX
Webdesign
PPT
Iml 140 web_week_2_html_basics_
PPT
HTML Introduction
PPT
Html Lesson01
XHTML basics
New HTML5/CSS3 techniques
Block2 Session2 Presentation
Basic HTML
Webdesign
Iml 140 web_week_2_html_basics_
HTML Introduction
Html Lesson01

What's hot (19)

PPT
Learning HTML
PDF
HTML Intro Assignment
PPT
Html Ppt
PDF
Intro to HTML (Kid's Class at TIY)
PPT
1.2 elements and attributes copy (3)
ODP
The Basics of (X)HTML Tags
PPT
Html class-02
PPT
10x10
PPT
Learning Html
PPT
Kml Basics Chpt 2 Placemarks
DOCX
La sociedad del conocimiento
PPT
Html 101
DOC
Yerma
PPT
YL Intro html
PPT
Images4
PPT
Images
PPT
Intro to html
PPT
Ajax ons2
Learning HTML
HTML Intro Assignment
Html Ppt
Intro to HTML (Kid's Class at TIY)
1.2 elements and attributes copy (3)
The Basics of (X)HTML Tags
Html class-02
10x10
Learning Html
Kml Basics Chpt 2 Placemarks
La sociedad del conocimiento
Html 101
Yerma
YL Intro html
Images4
Images
Intro to html
Ajax ons2
Ad

Viewers also liked (20)

PDF
CSS3 Refresher
PPT
Html javascript
PPT
Eye catching HTML BASICS tips: Learn easily
PPTX
Oocss & progressive css3 selectors
PPTX
HTML and CSS Basics
PDF
PDF
(C)NodeJS
PDF
Cloud App Develop
PDF
CSS3: Simply Responsive
PPT
HTML basics
PDF
CSS3: Ripe and Ready
PPT
POTX
Introduction to php 2
DOCX
HTML Basics 2 workshop
PDF
HTML Basics
PPTX
Node.JS and WebSockets with Faye
PPTX
Basics Of Html
PDF
Mastering CSS3 Selectors
PPTX
20131108 cs query by howard
CSS3 Refresher
Html javascript
Eye catching HTML BASICS tips: Learn easily
Oocss & progressive css3 selectors
HTML and CSS Basics
(C)NodeJS
Cloud App Develop
CSS3: Simply Responsive
HTML basics
CSS3: Ripe and Ready
Introduction to php 2
HTML Basics 2 workshop
HTML Basics
Node.JS and WebSockets with Faye
Basics Of Html
Mastering CSS3 Selectors
20131108 cs query by howard
Ad

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

PPT
Introduction to html
PPT
Introduction to html
PPTX
Html tags
PPT
HTML & CSS
PPT
Html tutorial
PPT
HTML Fundamentals
PPT
Html ppt
PPTX
PPT
Understanding html
PPT
KMUTNB - Internet Programming 3/7
PPT
ODP
ODP
ODP
ODP
Htmltag.ppt
PPT
Understanding THML
PPT
Intro Html
PPT
Java Script
PPT
HTML + CSS
Introduction to html
Introduction to html
Html tags
HTML & CSS
Html tutorial
HTML Fundamentals
Html ppt
Understanding html
KMUTNB - Internet Programming 3/7
Htmltag.ppt
Understanding THML
Intro Html
Java Script
HTML + CSS

More from Evan Hughes (20)

PPTX
IML 140 - The Art of the Storytelling Business
PPTX
Blog HTML example for IML 295
PPTX
Html intro for IML 295, week 11
PPT
Media for business_commercials
PPT
I ml 140 digital media for business - final week
PPTX
Design and presenting with slides
PPT
Iml140 web week_1
PPT
Dreamweaver Template
PPT
Iml140 cs sbasics_week5
PPT
Week 4 css basics
PPT
Word Press Site
PPT
Web and creative cultures week 2
PPT
Web and creative cultures week 2
PPT
Dreamweaver template
PPT
IML 140 Design - Basics
PPT
Remixand culture
PPTX
Mobile design patterns
PPT
Weeks3 5 cs_sbasics
PPT
Color Theory Basics
PPT
Iml 295 week
IML 140 - The Art of the Storytelling Business
Blog HTML example for IML 295
Html intro for IML 295, week 11
Media for business_commercials
I ml 140 digital media for business - final week
Design and presenting with slides
Iml140 web week_1
Dreamweaver Template
Iml140 cs sbasics_week5
Week 4 css basics
Word Press Site
Web and creative cultures week 2
Web and creative cultures week 2
Dreamweaver template
IML 140 Design - Basics
Remixand culture
Mobile design patterns
Weeks3 5 cs_sbasics
Color Theory Basics
Iml 295 week

Recently uploaded (20)

PPTX
Cell Structure & Organelles in detailed.
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
master seminar digital applications in india
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
GDM (1) (1).pptx small presentation for students
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
Lesson notes of climatology university.
PDF
Complications of Minimal Access Surgery at WLH
PDF
Microbial disease of the cardiovascular and lymphatic systems
Cell Structure & Organelles in detailed.
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Renaissance Architecture: A Journey from Faith to Humanism
O5-L3 Freight Transport Ops (International) V1.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
master seminar digital applications in india
Anesthesia in Laparoscopic Surgery in India
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
102 student loan defaulters named and shamed – Is someone you know on the list?
GDM (1) (1).pptx small presentation for students
01-Introduction-to-Information-Management.pdf
Microbial diseases, their pathogenesis and prophylaxis
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
2.FourierTransform-ShortQuestionswithAnswers.pdf
Computing-Curriculum for Schools in Ghana
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Supply Chain Operations Speaking Notes -ICLT Program
Lesson notes of climatology university.
Complications of Minimal Access Surgery at WLH
Microbial disease of the cardiovascular and lymphatic systems

Html basics IML 140 (weeks 2-3)

  • 1. get an image onto your desktop rename the image in simple terms! find an image URL (should end in .jpg or some image file type)
  • 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. Save document as index.txt   File>export Send to desktop and name index.txt Once saved on desktop click and rename txt suffix to .html Right click and open in Firefox to make sure you did everything correctly Right click again and open with TextWrangler to edit Keep both TextWranger and Firefox versions open so you can just refresh Firefox when you make changes
  • 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. create new pages   right click and copy page paste new page onto desktop rename new page about.html change some basic colors of page do this again, but name contact.html