- Write
html
and pressTab
- The file should be saved with web extension
- Example:
file_name.html
- Example:
- This will generate
-
-
<!DOCTYPE html> <html> <head> <title></title> </head> <body> </body> </html>
-
-
- The file should be saved with web extension
- Write
div
and pressTab
- This will generate
<div></div>
- Write
div.test
and pressTab
- This will generate
<div class="test"></div>
- Write
link
and pressTab
- This will generate
<link rel="stylesheet" type="text/css" href="">
Categories