How to learn HTML With example

HTML stands for HyperText Markup Language and used for the creation of a basic website. HTLM is easy to learn - you will enjoy it!

To start using HTML you must know about the tags of HTML. Every tag having start tag<start tag goes here> and end tag </ end tag goes here>. Start tag gives the instruction to the browser and ends tag place where you want to end that instruction.

Now we learn how to create an HTML page step by step -

Step 1: To create an HTML page first we need to open notepad. Go to start menu and type notepad then click on a notepad that appears in search consol like the below image.


Step 2: Now we start writing HTML code. The following image displays the start and ends tag of HTML. All other HTML tags go in between the start and end tag of HTML.


Step 3: Now in this step we are going to create an HTML page to print text in a web browser.
In the following image, we have an HTML code to print "HelloWorld" on web browsers.


The above image describes how to write any text to print in web browsers. We also have multiple tags to display text in web browsers. Like <p> (Paragraph Tag) <h1 to <h6>> (Heading Tags).

Step 4: This is the last step to create an HTML page. In this step, we save the notepad file that is having HTML code. The following image describes how to save the file to run in a web browser. You just need to click on "File" in the menu bar.


After clicking on the File menu above menu box open for you now just click on "Save As" and you will see below image.


Now Just select the location where you want to save your file and in the field of File Name write your file name with ".html" extension. For example, if filename is ABC you write "abc.html" and then click on save.

Friends That's all for now if you want to know more about HTML tags comment your mail-id and tell me the name of the tag you want to know about.