Paragraphs
To show text, use paragraphs.
<p>Hello world</p>
Hello world
Headers
To make headers use the <h1>Header</h1> tags. There are 6 different sizes.
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
Comments
To make comments in HTML, use <!-- Comment -->
Here's how you can add an image:
Here's how to make a list:
- <ul> </ul>. This creates an ordered list. To make an unordered use <ol> </ol>
- Then add <li> </li> These are your list items.
- Profit
To learn more HTML/CSS, check out these tutorials!