160 likes | 315 Views
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. Example. You can put a Web Page Here !. Class Website. and a different Web page here !. HTML: Frames. You can put a Web Page
E N D
WEB PAGES: Week 13 Our last Class
HTML: Frames You can put a Web Page here ! and a different Web Page here !
HTML: Frames Example You can put a Web Page Here ! Class Website and a different Web page here !
HTML: Frames You can put a Web Page Here ! and a different Web page here ! side_left.html side_right.html
frame.html <html> <head> <frameset cols="25%, 75%" frameborder="no"> <frame src="side_left.html"> <frame src="side_right.html" name="picture"> </frameset> </head> </html>
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>
Side_right.html Standard webpage…
All HTML files & pictures on the class website !
Web Pages Syllabus This fast paced, in-depth course will challenge students to learn the skills necessary to design, create and publish a website using HTML. NOTEPAD
W3C - HTML Specifications http://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.html http://www.mountaindragon.com/html/ http://www.hypergurl.com/easyhtml.html http://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-us http://bellsnwhistles.com/ http://classroomclipart.com/ http://www.gifanimations.com/GA/animation/MenuSelection/1/39 http://www.grsites.com/archive/textures/ http://www.barrysclipart.com/index.php http://www.snowcrest.net/kitty/hpages/ http://www.pcfonts.com/index.php Midi Music - Free http://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
Web Pages Syllabus This fast paced, in-depth course will challenge students to learn the skills necessary to design, create and publish a website using HTML.