<DOCTYPE! html>

<html lang=“en”>

<head>

<title>. 

Martin’s second page for ENGH375 using HTML5

</title>

</head>

<p>. Paragraph one </p>

<p> Paragraph two </p>

<p> Here is a list of content objects </p>

<ul>

<li> Music</li>

<li> Books</li>

<li>Films<li>

<li>Theatre</li>

</ul>

<p> Read this: <a>href=“https://www.mozilla.org/en-US/about/manifesto/“ Manfesto </a>

<body>

This is the body section of the page

</body>

</html>