Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

<!DOCTYPE html>features #13041

Closed
iamprovidence opened this issue Jan 15, 2017 · 5 comments
Closed

<!DOCTYPE html>features #13041

iamprovidence opened this issue Jan 15, 2017 · 5 comments

Comments

@iamprovidence
Copy link

iamprovidence commented Jan 15, 2017

when you write <!DOCTYPE html> brackets create basic html code:

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

</head>
<body>

</body>
</html>
@petetnt
Copy link
Collaborator

petetnt commented Jan 15, 2017

Hi @gerald2799,

you can add this feature with something like https://github.com/jrowny/brackets-snippets or https://github.com/chuyik/brackets-snippets.

There's also an HTML templates extension that might be of help: https://github.com/talmand/Brackets-HTML-Templates.

All of the above extensions can be found in the Extension Manager.

@bokub
Copy link
Contributor

bokub commented Jan 18, 2017

With the Emmet extension (most popular extension of Brackets BTW), you can achieve this pressing ! then TAB

@petetnt
Copy link
Collaborator

petetnt commented May 4, 2017

Closing as answered / Extension available

@petetnt petetnt closed this as completed May 4, 2017
@vivekkhillar
Copy link

but i have failed this attempt can anyone please guide me?

@bokub
Copy link
Contributor

bokub commented Aug 11, 2020

  1. Install the "Emmet" extension
  2. Create a new HTML file
  3. Write ! in your new file
  4. Press TAB

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants