Computer Science, asked by minowarabegum55921, 10 months ago

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 yadavds100
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 29122006
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