Use Sublime Text, WebStorm, UltraEdit
Also use Notepad or Notepad ++ or TextEdit to write HTML
You can use a professional HTML editor to edit HTML:
- Adobe Dreamweaver
- Microsoft Expression Web
- CoffeeCup HTML Editor
However, we also recommend using a text editor to learn HTML, such as Notepad (PC) or TextEdit (Mac). We believe that using a simple text editor is a good way to learn HTML.
We can use Notepad to create your first page in the following four steps.
Step 1: Start Notepad
Open Notepad Step:
Start
all the program
attachments to
Notepad
all the program
attachments to
Notepad
Step 2: Use Notepad to edit HTML
Step 3: Save the suffix as HTML type
In the Notepad File menu, choose Save As .
When you save an HTML file, you can either use .htm or you can use the .html extension. There is no difference between the two, according to your preferences.
Save this file in an easy-to-remember folder, such as index .html
Step 4: Run the HTML file in the browser
Start your browser, and then select the "File" menu "Open File" command, or directly in the folder double-click your HTML file,

