Thursday 26 January 2017

Try html

<html>
<head>
<title>Text box demo</title>
</head>
<body>
<form>
<Enter your email :<input type="text"
<value="Email..." name="email" size="
20"> <br><br>
<Enter your password :<input
<type="password" value="Password..."
name="pass" size="20">
</form>
</body>
</html>

<html>
<head>
<title>Button demo</title>
</head>
<body>
<form>
<input type="submit">
<input type="reset">
<input type="button" value="Click here">
<input type="image" value="image-file-
path-here">
</form>
</body>
</html>

No comments:

Post a Comment