1 / 13

WEB PAGES: CREATING AND MAINTAINING **

WEB PAGES: CREATING AND MAINTAINING ** . Wednesday: 2:00 – 3:15. Instructors:. Tom Keane & Mayis Seapan. Week 4. Homework Review. Normal - default. Apples. Bananas. Normal - default. Small FONT, Bold. Carrots. Bold, Undl’d, Centered,Size=4. Tomatoes. Watermelons.

cormac
Télécharger la présentation

WEB PAGES: CREATING AND MAINTAINING **

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. WEB PAGES: CREATING AND MAINTAINING ** Wednesday: 2:00 – 3:15 Instructors: Tom Keane & Mayis Seapan Week 4

  2. Homework Review

  3. Normal - default Apples Bananas Normal - default Small FONT, Bold Carrots Bold, Undl’d, Centered,Size=4 Tomatoes Watermelons Largest Heading 3 Spaces Eat: Fruits & Veggies Title = Quiz - Week 3 Save = “quiz3.html”

  4. Tags that are onALL Web Pages !!! Starting Ending • < HTML > • < /HTML > • < HEAD > • < /HEAD > • < TITLE > • < /TITLE > • < BODY > • < /BODY >

  5. Basic Tags on All Web pages <HTML> <HEAD> <TITLE> </TITLE> </HEAD> <BODY> </BODY> </HTML>

  6. Basic Tags on All Web pages <HTML> <HEAD> <TITLE> HTML Template.html </TITLE> </HEAD> <BODY> </BODY> </HTML>

  7. Notepad

  8. Notepad <HTML> <HEAD> <TITLE> Quiz – Week 3 </TITLE> </HEAD> <BODY> Apples <BR>Bananas <P> <FONT size=“1”> <B> Carrots </B> </FONT> </P>

  9. Notepad <HTML> <HEAD> <TITLE> Quiz – Week 3 </TITLE> </HEAD> <BODY> Apples <BR>Bananas <P> <FONT size=“1”> <B> Carrots </B> </FONT> </P> <P align=“center”> <B> <U> <FONT size=“4” color=“red”> Tomatoes </FONT> </U> </B> </P> <H1> Watermelons </H1>

  10. Notepad <HTML> <HEAD> <TITLE> Quiz – Week 3 </TITLE> </HEAD> <BODY> Apples <BR>Bananas <P> <FONT size=“1”> <B> Carrots </B> </FONT> </P> <P align=“center”> <B> <U> <FONT size=“4” color=“red”> Tomatoes </FONT> </U> </B> </P> <H1> Watermelons </H1> Eat: &nbsp; &nbsp; &nbsp; Fruits & Veggies </BODY> </HTML>

  11. Notepad <HTML> <HEAD> <TITLE> Quiz – Week 3 </TITLE> </HEAD> <BODY> Apples <BR>Bananas Save the File: quiz3.html <P> <FONT size=“1”> <B> Carrots </B> </FONT> </P> <P align=“center”> <B> <U> <FONT size=“4” color=“red”> Tomatoes </FONT> </U> </B> </P> <H1> Watermelons </H1> Eat: &nbsp; &nbsp; &nbsp; Fruits & Veggies </BODY> </HTML>

More Related