Ad Code

Form Project using Text type & Maxlength with Size

Advertisements
Project Form using Text type & Max length with Size.
Project-Code:
<html>
<head>
<title>Example of Text with Type
</title>
</head>
<body>
<h2>Example of Text with Type
</h2>
<form>
Postal Code:
<input type="text" name="postal code"size="12"maxlength="7">
</form>
</body>
</html>
Output Figure
Project using Text type & Maxlength with Size

Download Link
Advertisements