Untitled

 avatar
user_6851902
plain_text
2 years ago
569 B
5
Indexable
<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>Document</title>
    <link rel="stylesheet" href="CSSstyleheet.css">
</head>
<body>
  <nav> 
<a href="https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_nav">Youtube</a>
<a href="https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_nav">Google</a>
<a href="https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_nav">w3schools</a>
</nav>  

</body>
</html>
Editor is loading...