~/www/Lesson7/htmlDoc_attributes.html.html <html>
<head>
<meta name="author" content="bioskill">
<meta name="content" content="simple example of HTML">
<meta http-equiv="refresh" content="200">
<title>second example, with more options</title>
</head>
<body bgcolor="#FF99FF" text="white">
<!-- This is a comment -->
<h1> This is a header </h1>
<h2 align="right">Secondary header, aligned to the right</h2>
<p> 
<font size="5" face="Arial" color="blue"> 
and this is a paragraph with several
fonts:
<b> Bold </b>, <i> italic</i>, <strong> strong </strong> and
<u> underline</u>
</font>
</p>

<hr>
 
<pre>This is     
EASY!</pre>
</body>
</html>