Created
January 8, 2020 12:09
-
-
Save guschnwg/e51e1e1e71c0ef92ff91990222b49244 to your computer and use it in GitHub Desktop.
My emmet cheat sheet with common uses
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
Emmet cheat sheet | |
option[value=$]{Tipo $}*3 | |
``` | |
<option value="1">Tipo 1</option> | |
<option value="2">Tipo 2</option> | |
<option value="3">Tipo 3</option> | |
<option value="4">Tipo 4</option> | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment