tidy-html5/test/html5/aside.org.html
2014-08-03 21:04:36 +02:00

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>