Skip to content

Instantly share code, notes, and snippets.

@kresnasatya
Created March 22, 2019 04:33
Show Gist options
  • Save kresnasatya/6bc885270efd65b46b65838196e435b7 to your computer and use it in GitHub Desktop.
Save kresnasatya/6bc885270efd65b46b65838196e435b7 to your computer and use it in GitHub Desktop.
Aside tag
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Aside - Web Semantics</title>
</head>
<body>
<p>My family and I visited The Epcot center this summer.</p>
<!-- Voice over will read "aside" tag as complementary on Chrome and Safari -->
<aside>
<h4>Epcot Center</h4>
<p>The Epcot Center is a theme park in Disney World, Florida.</p>
</aside>
<a href="./index.html">Back</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment