Html5 Tutorial

HTML5 Form Tag | Input Tags | Email Input HTML5 | Password Input HTML5







In this video, you will learn how to add form tags in Html5 and you can also learn form attributes and form input fields. This topic is divided into different parts so this video is about email and password input fields


Form Email Input Field

<form>
  <label for=”email”>Email:</label><br>
  <input type=”email” id=”email” name=”email”>
</form>

Form Password Input Field




<form>
  <label for=”pwd”>Password:</label><br>
  <input type=”password” id=”pwd” name=”pwd”>
</form>

FOLLOW US ON

Youtube 
Facebook
Instagram
Pinterest
Contact us