Loading Please Wait...

Logo Lynxsia IT Solutions

HTML Editors

What is HTML Editors?

HTML Editors are used for writing HTML code, saving it, and running it on web browsers.

There are many editors you can use for this purpose. Some simple editors include Notepad(Windows), TextEdit(Mac), Notepad++ and some professional editors include VSCode, Sublime Text, Atom, Brackets, etc.

For HTML learning, we recommend using simple editors like Notepad, TextEdit, and Notepad++. For this tutorial, we using Notepad++. You can download and install Notepad++ here.

Let's write our first HTML page.
Open Notepad++

Open Notepad++ by double-clicking it or right-clicking on it, then click Open.

Write HTML code

You can write or copy HTML code from here and paste it into Notepad++

					 
        
          <!DOCTYPE html>
          <html>
            <head>
              <title>My First Web Page - Lynxsia IT Solutions</title>
            </head>
            <body>
              <h1>My First Heading</h1>
              <p>My first paragraph.</p>
            </body>
          </html>
        
      
notepad++ writing html code
Save the file

Click on File > Save or File > Save As... or you can press CTRL+S

Name the file of your choice. We name the file "index.html"

save html file
.html is the file extension for HTML documents/files. You can use .html or .html extensions for saving HTML files. They are the same and serve the same purpose. But we recommend using .html.
Viewing the HTML Page on the Web Browsers

To view your HTML Page double click on the saved file or right-click on it then click Open

This will open your file on the web browser which looks like the below image

browser output of HTML file

How you feel about this blog:

Share this blog on:

Report Us

If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com

Contact Us
Ads
Logo
Lynxsia IT Solutions

We are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..

Kotwali Road, Chhiptehri, Banda, 210001, UP, India

Copyright © 2022, Lynxsia IT Solutions, All rights reserved