Is there a way to generate the basic code of a html page using keystrokes? Like Ctrl+Tab?
Hi @hawksKane, there's variety of extensions available for that, such as Brackets-html-skeleton. You can install it via extension manager (File -> Extensions).
Closing as answered.
Ok, thanks for responding. I have Emmet and the HTML Skeleton installed in Brackets. What I don't know is how to work it. How do I create a basic html started page by using those extensions?
Never mind..... I think I figured it out.
@hawksKane Great! Do post back if you have anything else to ask :+1:
@petetnt it is better to always provide the solution even though the person has figured out the solution coz someone having the same issue can easily find help
@ghost tell us how you went about to find the solution
otherwise thanks to everyone
Brackets text editor can generate basic structure of Html for that you need to install Emmet.
for installing Emmet you need to follow following steps.
Run Brackets.
Select File > Extension Manager...
Find “Emmet” extension and click “Install” button.
after installing you need to press exclamation mark(!) and then tab key to generate basic structure of html.
thank you for reading.
@aharisingh Thank you!!
Most helpful comment
Brackets text editor can generate basic structure of Html for that you need to install Emmet.
for installing Emmet you need to follow following steps.
Run Brackets.
Select File > Extension Manager...
Find “Emmet” extension and click “Install” button.
after installing you need to press exclamation mark(!) and then tab key to generate basic structure of html.
thank you for reading.