HTML Practices
Prerequisite HTML Knowledge Lists Links Tables Images FTP program
And things we will briefly review: Cascading Style Sheets Forms However, these things are taught in the prerequisite class, so they will not be covered extensively here.
HTML Best Practices tags lower-case all tags closed comment all major sections comment tables indent nested elements specify all attributes
Just an HTML Reminder An HTML element consists of a Tag, Attributes, and Values <body text=“green” link=“blue”>
Three Critical Places to Specify all Attributes <body bgcolor= … > Even with background Gray or White? <table border=“0” cellpadding=“0” cellspacing=“0” width=“x%”> <img src=“blahblah.gif” alt=“blah blah” border=“0” height=“x” width=“y”>