o
Identify the errors and rewrite the corrected HTML code.
<html>
<head>Learning Ordered List</head>
<body>
<h3>Creating Ordered List of Colors</h4>
<ul>
<li>White</li>
<li>Yellow</li>
<li>Green</li>
</ol>
</html>
Answers
Answered by
7
Answer:
html>
<head>
<title>Learning Ordered List<title>
<body>
<h3>Creating Ordered List of Colors</h3>
<ul>
<li>White</li>
<li>Yellow</li>
<li>Green</li>
</body>
</head>
</html>
Mark me branlist
Answered by
0
Explanation:
<html>
<head>Learning Ordered List</head>
<body>
<h3>Creating Ordered List of Colors</h4>
<ul>
<li>White</li>
<li>Yellow</li>
<li>Green</li>
</ol>
</html>
Similar questions