© 2026 Hashnode
What is Emmet? Emmet is a shorthand syntax that expands into full HTML code. Instead of writing long HTML tags manually, you just write the shorthand and you code editor (in this blog we are using VS code) automatically converts the shorthand into th...

I still remember the first time I wrote HTML, I was in grade 6, and I’d be lying if I said I wasn’t amazed by it. Then in not more than half an hour, I got irritated with all those < , > and the back slashes in the closing tags. Getting those annoyin...

Introduction: Writing HTML the Slow Way If you are new to HTML, you may already feel this problem: To create even a small webpage, you have to type many lines like this: <div> <p>Hello</p> </div> You must write opening tags, closing tags, proper n...

When you just begin working with HTML, one thing becomes obvious at once, you feel that writing HTML is slow. You enter div, open it, add classes, nest elements, repeat the same pattern one more and then the next moment you are typing all the time an...
