Presentation 1
Presentation 1
Example:
<form>
<label for="name">Name:</label>
<input type="text" id="name" name="name">
<input type="checkbox" id="subscribe"
name="subscribe">
<label for="subscribe">Subscribe to
newsletter</label>
</form>
<label for="name">Name:</label>
<input type="text" id="name" name="name">
<input type="checkbox" id="subscribe" name="subscribe">
<label for="subscribe">Subscribe to newsletter</label>
</form>
Example:
<form>
<label for="email">Email:</label>
<input type="email" id="email"
name="email">
<label for="dob">Date of Birth:</label>
<input type="date" id="dob" name="dob">
</form>
1. Text Inputs, Buttons, Checkboxes, and Radios
Learning Content