How to load default HTML file in sublime text 3?

12,382

The html snippit is included in Sublime Text 3 by default.

From an empty file, set the syntax to HTML (either by saving the empty file with a .html extension, or by pressing Ctrl+Shift+P to open the command bar, and searching for "Set Syntax: HTML").

Then type html into the file, and press tab. Sublime Text should expand the snippet, giving you a basic HTML file with doctype, head, and body tags.

Share:
12,382
BeingSuman
Author by

BeingSuman

Updated on August 02, 2022

Comments

  • BeingSuman
    BeingSuman almost 2 years

    Am using Sublime Text 3 and have seen some people loading default HTML content / template just by typing words like html5or doctype. Which package do i need to use for getting same control ?