Posted 14 years ago
·
Author
im having trouble with adding background colour and changing font colours though help me out?
well thats my code help me locating and correcting the errors?
<html>
<head>
<title>Lets use headers </title>
</head>
<body>
<h1> This is header 1 </h1>
<h2> This is header 2 </h2>
<h3> This is header 3 </h3>
<h4> This is header 4 </h4>
<h5> This is header 5 </h5>
<h6> This is header 6 </h6>
<hr>
<p> im learning html </p>
<p colour="#777777"> im going to learn it quickly <br>
you'll see that </p>
<big> this is gonna be big </big><br>
<em> i insist </em><br>
<small> this is soo small </small><br>
<strong> this is gunna look strong rawr </strong>
<p> <sub>Here</sub> is what <sup>Logan</sup> wrote </P><hr>
<code> Logan ish da bomb </code>
<pre>
Logan Knows how to rock!
</pre>
<p align="center"> LoGaN </p>
<hr width="20%" height="20" align="left">
<p align="centre"> This is my stuff
<hr width="75%">
</p>
<p align="centre"> This is my too
<hr width="75%" align="right">
<p align="right"> logan knows how to program now </p>
</p>
</body>
</html>
well thats my code help me locating and correcting the errors?