Download presentation
Presentation is loading. Please wait.
1
HTML Practices
2
Prerequisite HTML Knowledge
Lists Links Tables Images FTP program
3
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.
4
HTML Best Practices tags lower-case all tags closed
comment all major sections comment tables indent nested elements specify all attributes
5
Just an HTML Reminder An HTML element consists of a Tag, Attributes, and Values <body text=“green” link=“blue”>
6
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”>
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.