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>
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
Advertisements
Our Social Link