EMMET: Saviour of Developers

Emmet a plugin for everyone who couldn’t remember the whole syntax.

HTML

The basic Boilerplate Generator !
Just type ! and hit enter.

Classes and Id

Classes:- div.className
ID:- div#idName
hit enter, and Emmet completes it for you !

<div clas…


This content originally appeared on DEV Community and was authored by Mihir Amin

Emmet a plugin for everyone who couldn't remember the whole syntax.

HTML

The basic Boilerplate Generator !
Just type ! and hit enter.
Image description

Classes and Id

Classes:- div.className
ID:- div#idName
hit enter, and Emmet completes it for you !

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

same goes for section
section.className and section#idName

Duplicating

ul>li*3

<ul>
    <li></li>
    <li></li>
    <li></li>
</ul>

Grouping of Tags

div>(hdr>ul>li*2>a)

<div>
    <header>
        <ul>
            <li><a href=""></a></li>
            <li><a href=""></a></li>
        </ul>
    </header>

Part 2 incoming !!! Stay Tuned <3


This content originally appeared on DEV Community and was authored by Mihir Amin


Print Share Comment Cite Upload Translate Updates
APA

Mihir Amin | Sciencx (2021-10-22T15:04:43+00:00) EMMET: Saviour of Developers. Retrieved from https://www.scien.cx/2021/10/22/emmet-saviour-of-developers/

MLA
" » EMMET: Saviour of Developers." Mihir Amin | Sciencx - Friday October 22, 2021, https://www.scien.cx/2021/10/22/emmet-saviour-of-developers/
HARVARD
Mihir Amin | Sciencx Friday October 22, 2021 » EMMET: Saviour of Developers., viewed ,<https://www.scien.cx/2021/10/22/emmet-saviour-of-developers/>
VANCOUVER
Mihir Amin | Sciencx - » EMMET: Saviour of Developers. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/10/22/emmet-saviour-of-developers/
CHICAGO
" » EMMET: Saviour of Developers." Mihir Amin | Sciencx - Accessed . https://www.scien.cx/2021/10/22/emmet-saviour-of-developers/
IEEE
" » EMMET: Saviour of Developers." Mihir Amin | Sciencx [Online]. Available: https://www.scien.cx/2021/10/22/emmet-saviour-of-developers/. [Accessed: ]
rf:citation
» EMMET: Saviour of Developers | Mihir Amin | Sciencx | https://www.scien.cx/2021/10/22/emmet-saviour-of-developers/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.