Document Tree Practice Problem 1 Solution

Draw the document tree for this page.


<!doctype html>
<html>
<head>
<title>Practice 1</title>
</head>
<body>
<h1>Headline</h1>
<p>This is a paragraph.</p>
</body>
</html>

document tree for problem 1