Html simple website

 <!DOCTYPE html>

<html>


<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title></title>

</head>


<body>

  <header>

    <strong>

      <center>Martial arts classes</center>

      </strong>

  </header>

  <center>

    <img src="https://source.unsplash.com/1600x900/?martial,arts" alt= "Error loading image" width = "233" height="300">

    </center>

  <p>you know martial arts is very good thing in our life but you wabt to to learn this.</p>

  <a href="https://streetsbrother.blogspot.com"> Go to this link to learn martial arts</a>

  <ul type="square" <li>martial arts form for you</li>

  </ul>

  <ol>

    <li>karv maga</li>

    <li>takewando</li>

    <li>mixed martial arts</li>

    <li>wing chung</li>

  </ol>

  <p>and i give you a full details of martial arts than fill up the form.</p>

  <h2>learn martial arts</h2>

  <form action="backend.php"></form>

  <div>

    Name <input type="text" id="name">

  </div>

  <br>

  <div>

   Roll <input type="number" id="Roll">

  </div>

  <br>

  <div>

    Email <input type="Email" id="email">

  </div>

  <br>

  <div>

    Are you eligible? <input type="checkbox" id="Are you eligible">

  </div>

  <br>

  <div>

    Gender: male<input type="radio" name="Gender"> female<input type="radio" name="Gender"> other<input type="radio" name="Gender">

  </div>

  <br>

  <div>

    Date: <input type="date">

  </div>

  <br>

  <div>

    martial arts form: <select  id="martial arts">

      <option value="karv maga">karv maga</option>

      <option value="takewando">takewando</option>

      <option value="mixed martial arts">mixed martial arts</option>

    </select>

  </div>

  <br>

  <div>

    <input type="submit" value="submit now">

  </div>

  

</body>


</html>

Comments