Alignment Issue in HTML Navigation Menu

Grace.M.949
Grace.M.949 Posts: 1 New Community Member

I'm creating a navigation menu for my <a href="https://iqratechnology.com/hire-salesforce_developer/">HTML</a> page, but I'm running into some issues. The links are not aligning as they should, and the overall styling looks off. Below is the code I've written. Can anyone help me identify the problem and suggest a fix?

Here is my code:

<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Navigation Menu Issue</title>
<link rel="stylesheet" href="styles.css">
</head>
<body></body>
</html>

The goal is to create a simple and clean navigation menu, but it's not displaying as expected. The links aren't aligned properly, and the styling seems off. Any insights or advice would be greatly appreciated!

Tagged: