Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 306 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 306 Bytes

emmet-cheat-sheet

Our most valuable emmet snippets

Create a calendar:

    table>tr>th*7^(tr>td*7)*5


Create a div whith his class

.class

then

<div class="class"></div>

Create a link with a text

a{click here}

then

<a href="">click here</a>