Shortcut key to auto complete HTML structure

Illep picture Illep · Jun 9, 2016 · Viewed 12.3k times · Source

I am looking for the shortcut keys that I should use to autocomplete the structure of the HTML.

So for instance, when I type html and press a few keys the following structure should appear:

<!DOCTYPE html>
<html>
  <head>
    <title> </title>
  </head>
  <body>

  </body>
</html>

Note: I am using a MAC

Answer

Darshana Ekanayake picture Darshana Ekanayake · Nov 28, 2020

"!" After typing, press the "TAB" key on the keyboard.