×

Html & Html5

The World's best Software Development Study Portal

HTML Editor


To create the webpages we need text editor for modification and creation of webpage. The HTML code is written inside that text editor.Most simplest text editor we prefer for writing HTML code is Notepad or Notepad++. We recomend Notepad or Notepad++ editor for beginners who want to learn HTML.
There are following steps to create webpage using notepad++.



1. OPEN NOTEPAD++

  1. Open START screen and right click on it.
  2. Click on search option
  3. Write Notepad++ and our text editor is displayed.


2.WRITE HTML CODE
Example is displayed as follows:

<h1> My Heading</h1>

<p>My Paragraph. </p>

Output:

My Heading

My Paragraph.


3.SAVE HTML CODE

Save the file on your computer.Select File > Save as in the Notepad++ menu.