I'm new in brackets software, I noticed that when I opened the new file, is showing no HTML code or any other code, just blank white page. Is not like Dreamweaver when open new file showing with HTML code.
I was wondering if there is possible for us to add HTML code in back on brackets file so that way when user open a new file, that comes with HTML code instead of writing from scratch.
It is possible to add HTML code somewhere, so the user can open the new file with HTML code!
AM
I'm assuming you mean that you want some basic pre-insertion of HTML code into your document, so you don't have to bother with manually typing in:
<html>
<head>
<title>Title here</title>
</head>
<body>
.....
</body>
</html>
If that is the case, you can write up a template file, save that, and open it up later to use.