Tricks you can use in Visual Studio Code
Tricks you can use in Visual Studio Code

Type .className
You can create <div class="example"></div> by typing “.example” in a HTML File. It would automatically create it. This can be used with “id” as well by typing “#example”.