<!DOCTYPE html>
<html>
<head>
<title>Wikitechy aside tag</title>
</head>
<body>
<h2>Wikitechy HTML tutorials</h2>
<aside>
This is a step by step learners tutorial for HTML.
</aside>
<p>
Wikitechy.com teach you an interactive, responsive and more examples programs in HTML.
</p>
</body>
</html>