WEB PAGES: CREATING AND MAINTAINING ** Frank Romanelli FrankR@Udel.Edu frankr Instructor: Monday:...

Post on 24-Dec-2015

216 views 3 download

Transcript of WEB PAGES: CREATING AND MAINTAINING ** Frank Romanelli FrankR@Udel.Edu frankr Instructor: Monday:...

WEB PAGES: CREATING AND MAINTAINING **

Frank Romanelli

FrankR@Udel.Edu

http://udel.edu/~frankr

Instructor:

Monday: 10:15 -11:15

Week 4

Homework Review

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

5

< HTML > < /HTML >

EndingStarting

Tags that are on ALL Web Pages !!!

< HEAD > < /HEAD >

< TITLE > < /TITLE >

< BODY > < /BODY >

Basic Tags on All Web pages

<HTML>

</HTML>

<HEAD>

</HEAD>

<TITLE>

</TITLE>

<BODY>

</BODY>

Basic Tags on All Web pages

<HTML>

</HTML>

<HEAD>

</HEAD>

<TITLE>

</TITLE>

<BODY>

</BODY>

HTML Template.htm

l

Notepad

Notepad

<HTML><HEAD>

<TITLE> Quiz – Week 3 </TITLE>

</HEAD>

<BODY>

Apples

<BR>Bananas

<P> <FONT size=“1”><B>Carrots </B> </FONT></P>

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>

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>

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>

Save the File: q

uiz3.html