UNIQUE INSTITUTE OF COMPUTER TECHNOLOGY

Day 16: फॉर्म वेलिडेशन

Day 16: फॉर्म वेलिडेशन

असाइनमेंट:

  1. एक HTML पेज बनाएं जिसमें फॉर्म वेलिडेशन शामिल हो।
    • नाम, ईमेल और पासवर्ड इनपुट जोड़ें।
    • ईमेल वैलिडेट करें (सही फॉर्मेट में हो)।
    • पासवर्ड में कम से कम 6 अक्षर हों।

उदाहरण:

<!DOCTYPE html>

<html>

<head>

    <title>फॉर्म वेलिडेशन</title>

</head>

<body>

    <h2>फॉर्म वेलिडेशन</h2>

    <form>

        <label>नाम:</label>

        <input type=”text” required>

        <br><br>

        <label>ईमेल:</label>

        <input type=”email” required>

        <br><br>

        <label>पासवर्ड:</label>

        <input type=”password” minlength=”6″ required>

        <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