Brackets.io how to create new tml file

Brackets is a free, open-source code editor that is specifically designed for web design and development. To create a new HTML file in Brackets, you can follow these steps:

  1. Open Brackets: First, open Brackets on your computer. You can do this by double-clicking on the Brackets icon on your desktop or by searching for "Brackets" in your computer's search bar.
  2. Click on the "File" menu: Once Brackets is open, click on the "File" menu at the top of the screen.
  3. Select "New File": From the "File" menu, select "New File" to create a new file.
  4. Choose the file type: In the "New File" dialog box, select "HTML" as the file type.
  5. Enter a file name: Enter a name for your new HTML file in the "File name" field. You can choose any name you like, but it's a good idea to make it descriptive so you can easily identify the file later.
  6. Choose a location: Choose a location to save your new HTML file. You can save it in a folder on your computer or in a cloud storage service like Google Drive or Dropbox.
  7. Click "Create": Click the "Create" button to create the new HTML file.

Alternatively, you can also create a new HTML file by using the keyboard shortcut Ctrl+N (Windows) or Command+N (Mac).

Once you've created the new HTML file, you can start editing it by clicking on the file in the Brackets file panel and typing in the code editor.