Created
March 22, 2019 04:33
-
-
Save kresnasatya/6bc885270efd65b46b65838196e435b7 to your computer and use it in GitHub Desktop.
Aside tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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