A brief introduction to HTML
|
Organising content [3] Rolling your own
-
HTML has tags for lots of things...
- ... but it doesn't have tags for everything.
- How do you markup things that HTML doesn't have tags
for
-
Two generic tags
- <div>
- A block level generic tag (and you can nest block-level
tags in divs) Useful for dividing a document
into sections or applying special formatting to a
section
- <span>
- An inline generic tag Useful for indicating
particular things in the content.