Skip to content

Instantly share code, notes, and snippets.

@abracu
Created September 25, 2016 13:04
Show Gist options
  • Save abracu/2661fd492c6cca0c9d407311f08b47fb to your computer and use it in GitHub Desktop.
Save abracu/2661fd492c6cca0c9d407311f08b47fb to your computer and use it in GitHub Desktop.
EMMET
Sitio web de Emmet: http://emmet.io/
Documentación de Emmet: http://docs.emmet.io/
1. html:5
2. header>nav>ul>li>*5>a:link
3. section.miClase#miId
4. a:link
5. section{Contenido del Section}
6. section[title="contenido del title"]{Contenido del Section}
7. header>nav>ul>li>*5>a:link[target="_blank"]{Menu #$}
8. meta:vp //Meta viewport para Responsi Design
9. link:css
10. link:favicon
CSS
Link de Cheat Sheet: http://docs.emmet.io/cheat-sheet/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment