You are on page 1of 1

<html>

<head> <title> title of document goes here </title> </head>


<body bgcolor="#00ff00" text="blue">
body of document (this is what shows up on the page)
<h1> welcome </h1>
<h2> welcome </h2>
<h3> welcome </h3>
<h4> welcome </h4>
<h5> welcome </h5>
<h6> welcome </h6>
bold <b> text </b><br>
italics <i> text </i><br>
underline <u> text </u><br>
typewriter <tt> text </tt><br>
blink <blink> text </blink><br>
subscript <sub> text </sub><br>
superscript <sup> text </sup><br>
small <small> text </small><br>
big <big> text </big><br>
strike through <strike> text </strike><br>
strong <strong> text </strong><br>
emphasis <em> text </em>

</body>
</html>

You might also like