I am trying to create a menu using HTML and I saw a lecture on Udemy and in which the instructor just simply wrote
e.g a*3
and automatically 3a tags were generated like this.
<a href=""></a>
<a href=""></a>
<a href=""></a>
He did not mention how?
This is my code:
<nav class="menu">
a*3
</nav>
That's the magic of emmet. For that to work in Sublime, you would need to install the emmet plugin for Sublime Text through package control.