Heres a noob reference i made for all of you who are new to html coding
[HTML]<html>
<header>
<title>The Title of webpage</title>
</header>
<body bgcolor=#CF2135 text=#000000>
<p>Paragraph</P>
<p><b>Bold</b></P>
<p><i>Italic</i></p>
<p><u>Underline</u></p>
<p><h1>Heading 1-6</h1><p>
<a href="https://www.mpgh.net">Goto mpgh.net</a>
<center>
<p>Center of page</p>
</center>
<ol>
<li>Orginized list</li>
<li>example</li>
<ol>
<ul>
<li>Unorginized list</li>
<li>example</i>
</ul>
<center>
<img src="Name_of_folder/Name_of_pic.gif">
</center>
</body>
</html>[/HTML]
I hope this helped anyone who needs to know the basics or look back on the basics

Remember to Press Thanks if it helped