18 lines
291 B
HTML
18 lines
291 B
HTML
|
<!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>
|