Correction

Medium Board

<!DOCTYPE html>
<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>Dev-i-learn</title>
  <link rel="stylesheet" href="data/css/style.css">
</head>

<body>

  <header class="header">
    <a href="index.html" title="Link to the home page">
      <img src="data/img/logo.jpg" alt="website-logo" title="Website's logo">
    </a>
    <nav class="navbar">
      <ul class="nav-items">
        <li class="nav-item">
          <a href="navlink1.html" title="Link to the first page" class="nav-link">
            Navlink 1
          </a>
        </li>
        <li class="nav-item">
          <a href="navlink2.html" title="Link to the second page" class="nav-link">
            Navlink 2
          </a>
        </li>
      </ul>
    </nav>
  </header>

  <section class="section">
    <div class="section-container">
      <div class="section-content">
        <img src="data/img/first-image.jpg" alt="first-image" title="First image">
        <p>This is my first paragraph</p>
      </div>
    </div>
  </section>

  <footer class="footer">
    Copyright © | 2022
  </footer>

</body>

</html>

Explanations

Get more fun!

Create your own Board

In progress..

Download more Boards

In progress..