Presentation is loading. Please wait.

Presentation is loading. Please wait.

HTML Practices.

Similar presentations


Presentation on theme: "HTML Practices."— Presentation transcript:

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”>


Download ppt "HTML Practices."

Similar presentations


Ads by Google