Document Tree Practice Problem 4

Here is the solution. You can view the page itself here.


<!doctype html>
<html>
<head>
    <meta charset="utf-8"/>
    <title>Quiz</title>
</head>
<body>
    <h1>Foo</h1>

    <p>Directions:</p>

    <ol>
        <li>One</li>
        <li>Two</li>
        <li>Three</li>
    </ol>
</body>

This is the original diagram

document tree diagram