<!DOCTYPE html>
<html>
<head>
<title>Wikitechy nav tag</title>
</head>
<body>
<h2>Wikitechy Tutorials</h2>
<nav>
<a href="https://www.wikitechy.com/step-by-step-html-tutorials/html-introduction">HTML Tutorials</a> |
<a href="https://www.wikitechy.com/css/css-introduction">CSS Tutorials</a> |
<a href="https://www.wikitechy.com/php/php-programming">PHP Tutorials</a> |
</nav>
</body>
</html>