Answer
This question has not yet been answered.
<!DOCTYPE html>
<html lang=""en"">
<head>
<meta charset=""UTF-8"">
<meta name=""viewport"" content=""width=device-width, initial-scale=1.0"">
<title>Navigation Woes</title>
<link rel=""stylesheet"" href=""styles.css"">
</head>
<body>
<nav>
<ul>
<li><a href=""#"">Home</a></li>
<li><a href=""#"">About</a></li>
<li><a href=""#"">Services</a></li>
<li><a href=""#"">Contact</a></li>
</ul>
</nav>
</body>
</html>
Do you have the same question? Follow this Question
This question has not yet been answered.
View all Technology Questions & Answers