HTML Forms
HTML Forms
HTML Forms
Code:
<!DOCTYPE html>
<html>
<head>
</head>
</h2>
<label for="name">Name:</label><br>
</div>
<label for="email">Email:</label><br>
</div>
</div>
<label for="address">Address:</label><br>
<input type="text" id="address" name="address" required style="width: 100%; padding: 10px;
border: 1px solid #ccc; border-radius: 4px;">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<button type="submit" style="padding: 10px 15px; background-color: #4CAF50; color: white;
border: none; border-radius: 4px; cursor: pointer;">Submit</button>
</form>
</body>
</html>
OUTPUT: