HTML Editors

Create your first web web page with HTML Editors.

HTML Editors

Web pages can be created using HTML editors. There are various editors you can use to define a web page but for learning purpose I will recommend a simple text editor like Notepad for (PC) or TextEdit when studying with (Mac).

Create your first web web page using Notepad or TextEdit by following the instructions listed below.

For Windows 8 users and later, follow these to launch Notepad:

  1. From the windows search type "Notepad" and double click on the icon to open.

  1. Write the following HTML code into Notepad:

  1. Save the file on your computer by following these steps:

Click on File

Click Save as

Name the file "index.html"

Set the Save-As as All Files

Select encoding to UTF-8 (which is the preferred encoding for HTML files).

  1. Go ahead and open the saved HTML file in your favorite browser, follow these steps <"double click on the saved file, or right-click - and choose "Open with">.

    The saved HTML file when opened will give this output:

Last updated