Correction

Hard 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>

  <h1>My home page</h1>

  <section>
    <div class="section-container">
      <div class="section-content">
        <h2 class="section-title">My section title</h2>
        <img src="data/img/first-image.jpg" alt="first-image" title="First image">
        <p title="First paragraph">This is my first paragraph</p>
        <h3 id="contact-title">Contact Me</h3>
        <form action="contact_form.php"> 
          <label for="first-name">Your first name:</label>
          <input type="text" name="first_name" id="first-name">

          <label for="first-name">Your last name:</label>
          <input type="text" name="last_name" id="last-name">

          <label for="email">Your email:</label>
          <input type="email" name="email" id="email">

          <button type="submit">Send</button>
        </form>
      </div>
    </div>
  </section>

</body>

</html>

Explanations

Get more fun!

Create your own Board

In progress..

Download more Boards

In progress..