Truth is I learned more about html from cheating in that class.
After countless classes googling those huge projects in the book that were tedious and hard to catch up if you got lost I found this.
http://jillniles.tripod.com/
It has most of the projects available in the text book and if it's not there you can probably find it on google.
One problem though Cascading Style Sheets (css) is not as simple as right clicking and opening in Notepad to copy all the code.
BUT!!!!! I have a little fix for that...
Ok first here is a Web Page that is one of the assignments that deals with an external style sheet
To find the external style sheet we need to know its name! soooo right click, view source and we find it is.....
.."mws.css"
Now that we know the name of the style sheet we can simply change the address from the page we're viewing to the address of the style sheet.
And wala! we have the css file.
copy paste and get your A+! (just remember to make changes for your page to be unique) and if you teacher looks at the coding like he should you will have to delete all the java script which is self explainatory.
Edited by .Slack♠, 15 August 2009 - 08:15 PM.