I’m almost done claiming my web development certification. I just have to finish the portfolio project at the very end.
I’ve followed all the steps but it won’t register that I’ve got the navbar on top of the viewport and that I have an element with the class “project-tile”.
Is there anything I’m doing wrong?
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"
>
<link rel="stylesheet" href="styles.css">
<nav id="navbar">
<a href="#project-title">Project</a>
</nav>
</head>
<body>
<welcome id="welcome-section">
<h1>Welcome to my Website</h1>
</welcome>
<div >
<a href="https://github.com/NersesArslan" id="profile-link" target="_blank">myGithub</a>
<div>
<project class="project-tile">
<a href="https://nerses.home.blog/">My Blog</a>
</projects>
<projects id="projects" class="project-tile">
<a href="file:///Users/nersesarslanian/Downloads/reading.jpg">Another One</a>
</projects>
</body>
</html>