07 HTML -Student form HTML record

 7 create a form using html which has the following types of controls a) Text box b) option/radio button c)check boxes d) reset and submit buttons 

 Program:-01

Save:- student_form.html

<html>
    <head>
        <title>Student Form</title>
    </head>
    <body bgcolor="seablue">
        <h2>Student Form</h2>
        <form name="student" style="font-size:20px;">
            student name : <input type="text" placeholder="name"/></br><br>
            gender : <input type="radio" name="gender">male<input type="radio" name="gender">female<br><br>
            education: <input type="checkbox" name="ssc">SSC
            <input type="checkbox" name="inter">INTER
            <input type="checkbox" name="degree">BSc
            <input type="checkbox" name="btech">B.Tech
            <input type="checkbox" name="msc">MSc
            <input type="checkbox" name="mtech">M.Tech
            <input type="checkbox" name="phd">PHD</br>
            Address: </br><textarea name="address" rows=6 cols=20></textarea><br><br>
            <input type="submit" name="submit" value="SUBMIT">&nbsp;&nbsp;&nbsp;&nbsp;
            <input type="reset" name="reset" value="RESET">
        </form>
    </body>
</html> 

Output:-


 

Comments

Popular posts from this blog

digital marketing ppt-u1

SOFTWARE

cn lab

Computer Operations and Performing - D L Unit-1-1

DS-Record-mca-04) write a program for evaluating a given postfix expression using stack.

DBMS Degree Lab Records

Unit 2: Foundations of Ownership, Security Related Concepts in Blockchain

Unit-1 Foundations of Software Systems and Blockchain

Access the Internet to Browse Infromation & E-Mail Operation- D L Unit-2-1

6)what are the various service of internet and protocols ICT-unit-1