We are learning HTML
Here are somethings that I feel like would be good to keep in mind
<p> is used to start a paragraph, this has to be closed
<em> is used to write a word in italics
<strong> is used to make words in bold
<br> is to make breaks, this does not have to be closed
<ul> stands for unordered list, so bullet points
<ol> stands for ordered list, so numbered
Each listed item must start and end with <li>
to put in an img you use <img and then close it with / >
href means you are creating a path from the code to another file
rel describes the relationship between the connection
```
![different css words](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/fp3rb7x89b0mw5mqla1g.png)
Top comments (0)