Skip to content

Instantly share code, notes, and snippets.

@YasirGaji
Last active December 12, 2021 08:07
Show Gist options
  • Save YasirGaji/0a6b33fc54fcd5efbe35efd5564c2324 to your computer and use it in GitHub Desktop.
Save YasirGaji/0a6b33fc54fcd5efbe35efd5564c2324 to your computer and use it in GitHub Desktop.
The Html collection for the Don of the Dom article by Yasir Gaji
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Article Test</title>
</head>
<body>
<section class="section">
<ul class="showcase">
<li class="photo">
<h2>Hello There</h2>
</li>
<li class="photo">
<h2>How do you do?</h2>
</li>
<li class="photo">
<h2>Stay blessed</h2>
</li>
<li class="photo">
<h2>Ensure to share the article</h2>
</li>
</ul>
</section>
<script src="/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment