Skip to content

Instantly share code, notes, and snippets.

@banhaclong20
Created December 17, 2017 22:38
Show Gist options
  • Save banhaclong20/0dce44566640438f0406ae3cc79bc10d to your computer and use it in GitHub Desktop.
Save banhaclong20/0dce44566640438f0406ae3cc79bc10d to your computer and use it in GitHub Desktop.
Semantic HTML
//Some that you can use the project
// DATA LIST
<input list="browsers">
<datalist id="browsers">
<option value="Internet Explorer">
<option value="Firefox">
<option value="Chrome">
<option value="Opera">
<option value="Safari">
</datalist>
// PROGRESS - SHOW PROGRESS BAR
<progress value="22" max="100"></progress>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment