Answer:
theres not REALLY an answer, but this is what you should write
Step-by-step explanation:
<html>
<head>
<title>About Me Web Page</title>
</head>
<body>
<p>Type your actual name here</p>
<p>Type one paragraph about yourself in 3-5 complete sentences.</p>
<p>Three of my favorite things are:</p>
Add opening ordered list tag here
<p>Favorite Item 1</p>
<p>Favorite Item 2</p>
<p>Favorite Item 3</p>
Add closing ordered list tag here
</body>
</html>
steps Complete these steps in your HTML code:
Replace Your Name with your actual name and format with <h1>.
Replace One paragraph about yourself with a paragraph about yourself.
Replace the favorite items with your three favorite things.
Format your three favorite things into an ordered list. We learn how to code an ordered (numbered) list on page 3 of Lesson 1.02 (See example on Lines 8 through 12).
Test your code in the HTML Text Editor.