Liveweave Program of HTML, CSS and Javascript
Liveweave Program of HTML, CSS and Javascript
DOCTYPE html>
<html>
<head>
<title> html ,css and javascript </title>
</head>
<body>
<form>
Name <input type="text" id="fname" maxlength="19"><br><br>
password <input type="password" id="fname" maxlength="19"> <br> <br>
e-mail <input type ="email" id="email"> <br><br>
<select id="color">
<option value="green"> green</option>
<option value ="blue">blue </option>
<option value="red"> red </option>
<option value ="yellow"> yellow </option>
</select>
<br><br>
<button type ="submit" value="submit"> confirm </button><br><br>
<button type ="reset" value="reset"> reset </button>
<br><br>