NAV BAR HTML
Fri Nov 24 2023 11:18:24 GMT+0000 (Coordinated Universal Time)
Saved by
@Disdark10
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" href="learn.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<link rel="icon" href="../agent-ghost.jpg">
<title>Login</title>
<body>
<nav class="container">
<a class="Logo" href="https://www.youtube.com/" target="_blank" rel="noopener noreferrer">LOGO</a>
<ul>
<li>Home</li>
<li>Cars</li>
<li>Motocycles</li>
<li>About</li>
<li>Contact</li>
</ul>
<a href="#" type="button" class="button"> Download</a>
</nav>
</body>
</html>
content_copyCOPY
Comments