Top 5 useful Emmet Abbreviations

There are many Web Developers out there who are beginning their journey and are wasting a lot of time on the same boring HTML code, but after this blog, the coding process will become respectably fast for you, so here are some Emmet abbreviations.

Bef…


This content originally appeared on DEV Community and was authored by ShreyasPahune

There are many Web Developers out there who are beginning their journey and are wasting a lot of time on the same boring HTML code, but after this blog, the coding process will become respectably fast for you, so here are some Emmet abbreviations.

Before moving any further let me explain what is Emmet.
Emmet is a set of plugins that is very helpful for Web-Developers to accomplish high-speed coding, we just have to write small abbreviations and the Emmet will auto-complete for you.

1) .container (.className) :
This will make a div with the class name of container.
Class Photo

2) #container (#idName) :
This will make a div with the id of container.
Id photo

3) .header>ul>li*4 :
This will make a div with a class of header and then nest a ul tag which will consist of 4 li tags.
nest photo

4.) .main>.top+.bottom :
This will make a div with the main class and then make two sibling elements a div with top class and a div with bottom class.
sibling photo

5.) .header>(div.links>a{Google})+.footer :
This will make a div with header class and then inside it, there will be 2 elements created, a div with links class name and an a tag which will have the content Google and a footer as a sibling of the .links div
inside photo


This content originally appeared on DEV Community and was authored by ShreyasPahune


Print Share Comment Cite Upload Translate Updates
APA

ShreyasPahune | Sciencx (2021-06-10T09:49:06+00:00) Top 5 useful Emmet Abbreviations. Retrieved from https://www.scien.cx/2021/06/10/top-5-useful-emmet-abbreviations/

MLA
" » Top 5 useful Emmet Abbreviations." ShreyasPahune | Sciencx - Thursday June 10, 2021, https://www.scien.cx/2021/06/10/top-5-useful-emmet-abbreviations/
HARVARD
ShreyasPahune | Sciencx Thursday June 10, 2021 » Top 5 useful Emmet Abbreviations., viewed ,<https://www.scien.cx/2021/06/10/top-5-useful-emmet-abbreviations/>
VANCOUVER
ShreyasPahune | Sciencx - » Top 5 useful Emmet Abbreviations. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/06/10/top-5-useful-emmet-abbreviations/
CHICAGO
" » Top 5 useful Emmet Abbreviations." ShreyasPahune | Sciencx - Accessed . https://www.scien.cx/2021/06/10/top-5-useful-emmet-abbreviations/
IEEE
" » Top 5 useful Emmet Abbreviations." ShreyasPahune | Sciencx [Online]. Available: https://www.scien.cx/2021/06/10/top-5-useful-emmet-abbreviations/. [Accessed: ]
rf:citation
» Top 5 useful Emmet Abbreviations | ShreyasPahune | Sciencx | https://www.scien.cx/2021/06/10/top-5-useful-emmet-abbreviations/ |

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.