DEV Community

imsandeeprock
imsandeeprock

Posted on • Originally published at amlogy.com

Rapid Html development with Emmet formula in VS code

Rapid Html development with Emmet formula in VS code.
Here you get beautiful truck to write html code in rapid way.
This help development to make thml very easy.
Write in vscode -
nav>ul>li
Results look like below

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

So many more code also available please follow this link
https://amlogy.com/rapid-html-development-with-emmet-formula-with-vs-code/

Top comments (0)