Tutorialsplane

Html Editors


Html Editors : You can use professional editors such as Microsoft WebMatrix, Subline Text, Dreamweaver etc.

For Learning purpose use Notepad(Text edit for mac).

Steps to use Notepad.

1. Go to Start Search “Notepad” click on notepad to open it.

Notepad

2. Add the following code.




<title>Title</title>



<h1>Heading</h1>
<p>Paragraph.</p>



Html Editors

3. Save it as test.html on desktop or where you want.

4. Go to the desktop where you saved the file and open test.htmlin browser.

It Will Show :

Note : You can save files with extension .html or .htm.

Html Formatting