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

WEB PAGES: CREATING AND MAINTAINING **

Feb 12, 2016

Download

Documents

cormac

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. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: WEB PAGES: CREATING AND MAINTAINING **

WEB PAGES: CREATING AND MAINTAINING **

Tom Keane & Mayis SeapanInstructors:

Wednesday: 2:00 – 3:15

Week 4

Page 2: WEB PAGES: CREATING AND MAINTAINING **

Homework Homework ReviewReview

Page 3: WEB PAGES: CREATING AND MAINTAINING **

Title = Quiz - Week 3

Small FONT, Bold

Bold, Undl’d,Centered,Size=4

Largest Heading

3 Spaces

Normal - default

Normal - default

Save = “quiz3.html”

ApplesBananas

Carrots

Tomatoes

WatermelonsEat: Fruits & Veggies

Page 4: WEB PAGES: CREATING AND MAINTAINING **
Page 5: WEB PAGES: CREATING AND MAINTAINING **

5

< HTML > < /HTML >EndingStarting

Tags that are on ALL Web Pages !!!

< HEAD > < /HEAD >

< TITLE > < /TITLE >

< BODY > < /BODY >

Page 6: WEB PAGES: CREATING AND MAINTAINING **

Basic Tags on All Web pages

<HTML>

</HTML>

<HEAD>

</HEAD>

<TITLE>

</TITLE>

<BODY>

</BODY>

Page 7: WEB PAGES: CREATING AND MAINTAINING **

Basic Tags on All Web pages

<HTML>

</HTML>

<HEAD>

</HEAD>

<TITLE>

</TITLE>

<BODY>

</BODY>

Page 8: WEB PAGES: CREATING AND MAINTAINING **

Notepad

Page 9: WEB PAGES: CREATING AND MAINTAINING **

Notepad

<HTML><HEAD>

<TITLE> Quiz – Week 3 </TITLE></HEAD>

<BODY>Apples<BR>Bananas<P> <FONT size=“1”><B>Carrots </B> </FONT></P>

Page 10: WEB PAGES: CREATING AND MAINTAINING **

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>

Page 11: WEB PAGES: CREATING AND MAINTAINING **

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>

Page 12: WEB PAGES: CREATING AND MAINTAINING **

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>

Page 13: WEB PAGES: CREATING AND MAINTAINING **