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
"!" After typing, press the "TAB" key on the keyboard.