UNIQUE INSTITUTE OF COMPUTER TECHNOLOGY

Day 07: एडवांस फॉर्म एलिमेंट्स

Day 07: एडवांस फॉर्म एलिमेंट्स

असाइनमेंट:

  1. रेडियो बटन, चेकबॉक्स और ड्रॉपडाउन जोड़ें:

html

Copy code

<!DOCTYPE html>

<html>

<head>

    <title>एडवांस फॉर्म</title>

</head>

<body>

    <form>

        <h3>लिंग:</h3>

        <input type=”radio” id=”male” name=”gender” value=”male”>

        <label for=”male”>पुरुष</label>

        <input type=”radio” id=”female” name=”gender” value=”female”>

        <label for=”female”>महिला</label>

        <br><br>

        <h3>शौक:</h3>

        <input type=”checkbox” id=”reading” name=”hobby” value=”reading”>

        <label for=”reading”>पढ़ाई</label>

        <input type=”checkbox” id=”traveling” name=”hobby” value=”traveling”>

        <label for=”traveling”>यात्रा</label>

        <br><br>

        <h3>शहर:</h3>

        <select name=”city”>

            <option value=”delhi”>दिल्ली</option>

            <option value=”mumbai”>मुंबई</option>

            <option value=”kolkata”>कोलकाता</option>

        </select>

        <br><br>

        <button type=”submit”>सबमिट करें</button>

    </form>

</body>

</html>

Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Availability
  • Add to cart
  • Description
  • Content
  • Weight
  • Dimensions
  • Additional information
  • Attributes
  • Custom attributes
  • Custom fields
Click outside to hide the comparison bar
Compare