Tuesday, January 22, 2013

POSH and PROUD

1) First we will review our coding adventure with COMMENTS, DOCTYPE, NAMESPACE, ENCODING and a close look at a strict html template. (You don't have to memorize the code; just have the template handy every time you make a new page in HTML).

2) Then we will validate our sample page using the W3C markup validator, which is located here:
http://validator.w3.org/

Be sure to click "Validate by direct input." Paste your entire page of code into the validator.
Then hope you get a green light! If you don't get a green light, scroll down to fine line numbers where you have errors.

3) We'll review Structured Markup (Semantic markup), which is organizing information into a hierarchy based on meaning (semantics), using HTML.

4) Review Tags - h1, h2, h3, p, em, strong (review em vs. i); em is used for emphasis; whereas the "i" tag is presentational only. New tags: br and pre.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.