Emmet for HTML Beginners: Write HTML Faster and Smarter
If we’ve ever typed out lots of HTML tags by hand, we know it can be repetitive and time-consuming. For example, creating a simple list might look like this:
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
Wouldn’t it be great if th...
aadi420.hashnode.dev4 min read