HTML Editors

 HTML Editors

Where can I edit/create HTML files?

In a text editor! Creating HTML files is free you don't need to download expensive applications to do so.

Look at the list below for some free apps you could use to edit HTML files.

  •  Notepad
  •  Notepad++
  •  TextEdit
  •  Sublime Text Editor
  •  VIM
  •  ATOM
  •  Visual Studio Code
  •  Brackets
  •  Quoda (Android app)
  •  QuickEdit (Android app)
  •  DroidEdit (Android app)
  •  HTML Editor (Android app)
  •  Dcoder (Android app)

Those are the most commonly used text editors for creating html files.

You can download any application you want.

Saving HTML Files

You need to save your HTML files with the .html file extension. For example, mywebpage.html.

If you don't save your files with the .html file extension, you won't be able to run it on browsers.

<p>Lorem ipsum dolor sit amet.</p>


  • Step 1: Click on "File" button.
  • Step 2: Click on "Save As..." button

  • Step 3: Enter file name in the given field.
  • Step 4: Click on "Save" button.
Just as easy as that, your HTML file is saved.

✅Yes! you can use mobile devices to create HTML files.



Comments

Post a Comment