Friday, August 11, 2023

Legend tag and radio attribute

 <!DOCTYPE html>

<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <fieldset>
      <legend>Contact Us</legend>
          <form action="thnks.html">
     
              <input type="radio" name="A" id="">Male <br><br>
              <input type="radio" name="A" id="">Female <br><br>
              <input type="radio" name="A" id="">Other<br><br>
           
             

            </form>
  </fieldset>


</body>
</html>Legend tag And

No comments:

Post a Comment

Digital Clock using html , java , CSS

  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < met...