Created
September 25, 2016 13:04
-
-
Save abracu/2661fd492c6cca0c9d407311f08b47fb to your computer and use it in GitHub Desktop.
EMMET
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
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