Code Monkey home page Code Monkey logo

day-2-task-2's Introduction

DAY-2-TASK-2

AIM

To Create Website for Registration Form.

CODE

``` <title>GURUMOORTHI R Task 2</title> <style> body{ background-image: url(images.jpeg); background-repeat: no-repeat; background-attachment: fixed; background-size: 100% 100%; }
    </style>
    
</head>

<body>
   
    <center>
        <h1>Registration form</h1>
        <form>
            <div>
                <label for="fname">First Name</label>
                <input type="text" id="fname" name="fname" placeholder="Enter fname" required>

            </div>
            <br>

            <div>
                <label for="lname">Last Name</label>
                <input type="text" id="lname" name="lname" placeholder="Enter lname" required>

            </div>
            <br>

            <div>
                <label for="gender">Gender</label>
                <select id="gender" name="gender" required>
                    <option value="">select gender</option>
                    <option value="male">Male</option>
                    <option value="female">Female</option>
                
                </select>
                
            </div>
            <br>

            <div>
                <label for="Title">Title</label>
                <label for="Mr.">Mr.</label>
                <input type="radio" id="Mr." name="name" required>
                <label for="Mrs.">Mrs.</label>
                <input type="radio" id="Mrs." name="name" required>
                <label for="Dr.">Dr.</label>
                <input type="radio" id="Dr." name="name" required>
        

            </div>
            <br>

            <div>
                <label for="email">Email</label>
                <input type="email" id="email" name="email" placeholder="enter email" required>

            </div>
            <br>

            <div>
                <label for="password">Password</label>
                <input type="password" id="password" name="password" placeholder="enter password" requireds>

            </div>
            <br>

            <div element=".mydiv">
                <button type="submit">Submit</button>
                <button type="reset">Reset</button>

            </div>
            
            

        </form>
    </center>
    
</body>
```

RESULT

Thus the Website for Registration Form Created Successfully.

day-2-task-2's People

Contributors

gururamu08 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.