A+ A-

HTML editor

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

Step 2: Use Notepad to edit HTML

Enter the HTML code in Notepad:

Enter the HTML code in Notepad

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,
Run the display similar to the following:

Run the HTML file in the browser
[right-side]

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.