What is this <ul> </ul>
Tags to create unordered lists.
if you want to inline tags to add importance to text.
<strong> </strong>
What is missing here:
<body>
<h1>My Top 5 Favorite Websites</h1>
<ol>
<li><a href="https://www.snokido.com/" target="_blank">snokido</a></li>
<li><a href="https://blox-fruits.fandom.com/wiki/Blox_Fruits" target="_blank">blox fruits wiki</a></li>
<li><a href="https://chat.openai.com/" target="_blank">chatgpt</a></li>
<li><a href="https://app.codemonkey.com/digital-use" target="_blank">code monkey</a></li>
<li><a href="https://www.roblox.com/" target="_blank">roblox</a></li>
</ol>
</body>
What is this used for <h1> </h1>
For starting a heading.
what is biggest number of <h> you can put?
<h6> </h6>
What is the bug here:
<h1>Emma</h1>
<h2>Chapter 1</h9>
<p>Emma Woodhouse, handsome, clever, and rich, with a comfortable home and happy disposition, seemed to unite some of the best blessings of existence; and had lived nearly twenty-one years in the world with very little to distress or vex her.</p>
The <h9> needs to change for the <h2>
what is this <li> </li>
tags to define the list item inside.
What is the less important <h> number you can put
<h4> </h4>, <h5> </h5>, <h6> </h6>
What is the bug here
<body>
<h2> Contact Us!</h2>
<p><strong>MRH Web Design</strong><br>
1234 Queen Street<br>
Kansas City, KS 6610<br>
+1-555-555-5555<br>
rocio@mrh_web.com</p>
<body>
The <body> need to change for </body>
What is this <ol> </ol>
Tags to create ordered lists.
definition of <em> </em>
Inline tags to add emphasis to text.
what is this <img>
A self-closing tag to add images
definition of <ul> </ul>
Tags to create unordered lists.