Yesterday, you learned about HTML, the language of the World Wide Web. HTML uses tags to structure content on web pages. Think of as many tags as you remember and what they do.

1. <h1> - This is a heading tag that represents the most important heading on the page.

2. <p> - This is a paragraph tag that represents a paragraph of text on the page.
3. <a> - This is an anchor tag that creates a hyperlink to another webpage or resource.
4. <img> - This is an image tag that inserts an image onto the webpage.
5. <ul> - This is an unordered list tag that creates a bulleted list of items.
6. <ol> - This is an ordered list tag that creates a numbered list of items.
7. <div> - This is a division tag that is used to divide sections of the webpage.
8. <span> - This is a span tag that is used to style or manipulate specific text or content.
9. <br> - This is a line break tag that creates a line break in the content.
10. <strong> - This is a tag used to emphasize text on the page.