Skip to content

Instantly share code, notes, and snippets.

@guschnwg
Created January 8, 2020 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guschnwg/e51e1e1e71c0ef92ff91990222b49244 to your computer and use it in GitHub Desktop.
Save guschnwg/e51e1e1e71c0ef92ff91990222b49244 to your computer and use it in GitHub Desktop.
My emmet cheat sheet with common uses
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