WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different...

16
WEB PAGES: Week 13 Our last Class

Transcript of WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different...

Page 1: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

WEB PAGES:

Week 13

Our last Class

Page 2: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

FRAMES

Page 3: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

HTML: Frames

You can put aWeb Page

here !

and a differentWeb Page here !

Page 4: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

HTML: Frames

You can put aWeb Page

Here !

and a differentWeb page here !

Example

ClassWebsite

Page 5: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

HTML: Frames

You can put aWeb Page

Here !

and a differentWeb page here !side_left.html side_right.html

Page 6: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

<html><head>

<frameset cols="25%, 75%" frameborder="no"> <frame src="side_left.html"> <frame src="side_right.html" name="picture"> </frameset>

</head></html>

frame.html

Page 7: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

Side_left.html<html><head><title> My Pets web site</title></head><body><h1> My Pets </h1>Click on a picture…<br><a href="new01.jpg" target="picture"><img src="new01.jpg”></a><a href="new02.jpg" target="picture"><img src="new02.jpg”></a><a href="new03.jpg" target="picture"><img src="new03.jpg”></a><a href="new04.jpg" target="picture"><img src="new04.jpg”></a><a href="new05.jpg" target="picture"><img src="new05.jpg”></a>

</body></html>

Page 8: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

Side_right.html

Standard webpage…

Page 9: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

All HTML files & pictures

on the class website !

Page 10: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !
Page 11: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

SyllabusThis fast paced, in-depth course will challenge students to learn the skills necessary to design, create and publish a website using HTML.

Web Pages

NOTEPAD

Page 12: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

FREE !!

Page 13: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !
Page 14: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !
Page 15: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

W3C - HTML Specificationshttp://www.w3.org/TR/html4/cover.html#minitoc

Tutorials:http://www.w3schools.com/default.asp

Lookups:http://www.dhtmlgoodies.com/scripts/css-lookup/css-lookup.htmlhttp://www.mountaindragon.com/html/http://www.hypergurl.com/easyhtml.htmlhttp://www.pageresource.com/

Validator:http://validator.w3.org/

JavaScript:http://javascript.internet.com/http://www.scriptsearch.com/JavaScript/Scripts/

Graphics - Free:http://office.microsoft.com/en-us/clipart/default.aspx?lc=en-ushttp://bellsnwhistles.com/http://classroomclipart.com/http://www.gifanimations.com/GA/animation/MenuSelection/1/39http://www.grsites.com/archive/textures/http://www.barrysclipart.com/index.phphttp://www.snowcrest.net/kitty/hpages/http://www.pcfonts.com/index.php

Midi Music - Freehttp://www.ifnimidi.com/

Favicon Generator:http://www.favicon.cc/

Misc:https://www.google.com/webmasters/tools/http://bucarotechelp.com/http://www.jotform.com/index.php

Page 16: WEB PAGES: Week 13 Our last Class. FRAMES HTML: Frames You can put a Web Page here ! and a different Web Page here !

SyllabusThis fast paced, in-depth course will challenge students to learn the skills necessary to design, create and publish a website using HTML.

Web Pages