HTML

The HTML tag opens every HTML document. This tag tells your browser (Netscape or Internet Explorer) that you are coding in html. The opening HTML tag should be your first tag on your Note Pad (or Simple Text) page and the closing tag should be the last tag on your page.

<html> ... </html>

Close Window