<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>Minimum HTML5 document</title>
</head>
<html>
<body>

<p>My family and I visited The Epcot center this summer.</p>

<aside>
<h4>Epcot Center</h4>
<p>The Epcot Center is a theme park in Disney World, Florida.</p>
</aside>

</body>
</html>