A brief introduction to HTML
|
At the beginning, some bureaucracy
-
The very beginning of an HTML document needs to have some
markers about the type of document it is.
- This is so the browser knows how to parse it.
-
There are two versions of HTML you might use now: HTML 4.01
and XHTML 1.0
- they need different markers
- (XHTML 1.0 is newer)
-
Don't get worried about this!
- You just have to copy these markers - they never
change, so you don't really need to understand them.
- Most browsers will interpret your page correctly even
if you don't put the right stuff at the beginning