contents.gifindex.gifprev1.gifnext1.gif

pueblo00000000.gif <html>...</html>

Note: This tag is not necessary for World output to Pueblo. Web Tracker supports this element so that normal web pages may be displayed.

This element identifies the document as containing HTML elements. It should immediately follow the prologue document identifier and serves to surround all of the remaining text, including all other elements.

Examples

HTML documents have the following format:

<html>

<head>

<title>Coyote’s Den</title>

</head>

<body>

The majority of the document goes here.

</body>

</html>

Also see

<head>