e fix code so look like output below. HTML An Ordered List My Uncles, Aunts, and Cousins <> Violet Vinelli (my mother) Frederick Vinelli Mary Vinelli Betty Bob Vinelli Roger Vinelli Maxine Robinson
Please fix code so look like output below.
HTML
<!DOCTYPE html>
<!-- e2_8.html
Exercise 2.8 (Project 4)- a nested, ordered list
-->
<html lang = "en">
<head>
<title> An Ordered List </title>
<meta charset = "utf-8" />
</head>
<body>
<h3> My Uncles, Aunts, and Cousins </h3>
<ol>
<> Violet Vinelli (my mother) </li>
<li> Frederick Vinelli
<ol>
<li> Mary Vinelli </lI>
<li> Betty
<l1> Bob Vinelli </l1>
<li> Roger Vinelli </li>
</ol>
</li>
<li> Maxine Robinson
<0l>
<li> John Robinson </li>
<li> Patty Robinson </li>
<li> Lucille Robinson </li>
</0l>
</li>
<li> Thomas Vinelli
<ol>
<li> Vinelli </li>
<li> n MacKinsey </li>
<li> Alton Vinelli </li>
<______>
</>
</ol>
<>
<li> Albert Alphonso (my father) </li>
<li> Herbert Alphonso
<ol>
<li> Louise Alphonso </li>
Alphonso </i>
<li> Fred Alphonso </li>
</ol>
</li>
<li> Ann Marie Predicate
<0l>
___________________
<li> Michael Predicate </li>
<li> Darcie
</li>
<li> Ferdinand Alphonso
<ol>
<li> Noah Alphonso </li>
<li>
<li> Jo Alphonso </li>
_____
</li>
</ol>
</body>
.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images