Monday, October 8, 2018

personalhomepagea.blogspot.com

Signin in Html 



<html>
<head>
<title>
NARAINA GROUP  OF EDUCATION</TITLE>
</head><form method=post>
<body style="background-color:Aqua";/>
<h1 align="center">Signin</h1>
    Student Name:
    <input type="text" name="firstname"><br>
    FAther's Name:
    <input type="text" name="lastname"><br>
    Password:
    <input type="password" name="pwd"><br>
    Radio Button: Are you male or female?<br>
    <input type="radio" name="sex" value="male">Male
    <input type="radio" name="sex" value="female">Female<br>
    Check Box: Check the languages you know<br>
    <input type="checkbox" name="language" value="html">HTML<br>
    <input type="checkbox" name="language" value="php">PHP<br>
    <input type="checkbox" name="language" value="c">C<br>
    <input type="submit" value="submit"><br>
</form>
<Img src="images (1).jpg">
</body>


Signin

Student Name:
FAther's Name:
Password:
Radio Button: Are you male or female?
Male Female
Check Box: Check the languages you know
HTML
PHP
C

No comments:

Post a Comment