Created
December 17, 2017 22:38
-
-
Save banhaclong20/0dce44566640438f0406ae3cc79bc10d to your computer and use it in GitHub Desktop.
Semantic HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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