Horje

How is to look HTML Input Type Week

index.html
Example: HTML
 <form>
  <label for="week">Select a week:</label>
  <input type="week" id="week" name="week">
</form> 

Output should be:

How is to look HTML Input Type Week




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Input Types
Uploaded by:
Admin