Basic HTML

If you are just beginning to learn html here is a guide to the basics of it. When using these codes take the * out.

Making Bold Text <*b> to end the bold text you use <*/b>
  • Making a Bullet <*li>
    Making Italized Text <*i> to end the italics use <*/i>

    To make a paragraph when use have a large block of text

    <*p> to end the paragraph use <*/p>
    Putting a picture on a page: <*img src=yourpicture.jpg>
    Linking to another page <* a href=page.html>

    Back to Webpage Help