- Review Quizzes
- Tag Soup Example(s) >> triggers Quirks Mode/Compatibility Mode
- HTML Elements
- More Tags! and Finish your Miss Baker HTML page.
Tag Soup Examples:
This example is taken from an ad for a program (Tag Soup) that offers to fix your tag soup. No thanks, we'll just code it properly in the first place!
What is an HTML Element?
[START TAG] + [CONTENT] + [END TAG]
<p> A short paragraph </p>
ASSIGNMENT: Continue to work on your Miss Baker HTML page.
Incorporate the following NEW TAGS:
What is an HTML Element?
[START TAG] + [CONTENT] + [END TAG]
<p> A short paragraph </p>
ASSIGNMENT: Continue to work on your Miss Baker HTML page.
Incorporate the following NEW TAGS:
- em ---- (adds semantic emphasis to a word or phrase; typically displays as italics)
- strong ----(adds semantic emphasis to a word or phrase; typically displays as BOLD)
- abbr ----(for abbreviations, such as Dr.)
- acronym ---- (SCUBA! "Self-contained Underwater Breathing Apparatus)
- cite ---- (to note the author of a quote)
- q ---- (to demark code as a quote)
- code ---- (to demark code as code - displays the code in monotype font so its easy to read)
- del ---- displays words in "overstrike" font (i.e., crossed-out)
- ins ---- displays words as "inserted."
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.