What is Emmet? Writing HTML Faster Without Losing Your Mind
First, let’s be honest: writing HTML feels slow 😩
When you’re new to HTML, you write things like this again and again:
<div>
<p></p>
</div>
And then:
<div>
<p></p>
</div>
<div>
<p></p>
</div>
It works, but it feels boring and time-consuming,...
baki-bytes.hashnode.dev3 min read