Make Money Online HTML PHP JAVASCRIPT HTML Malayalam Tutorial for Beginners : Learn html,body,h1,p Tags by Simple Steps | Part 1(Revisit)

HTML Malayalam Tutorial for Beginners : Learn html,body,h1,p Tags by Simple Steps | Part 1(Revisit)

HTML Malayalam Tutorial for Beginners : Learn html,body,h1,p Tags by Simple Steps | Part 1(Revisit) post thumbnail image


Web designing is not a simple task as it involves lot of technical aspects. Different web designing software’s are available in the market and each one has its own merits and demerits. Among all the web designing software’s, HTML is the most widely used one. It is a markup language which is used for creating webpages.

HTML is very easy to learn and anyone with little or no knowledge of computers can also learn it. In this HTML Malayalam tutorial, we will be learning about various HTML tags such as , , and . We will see how to use these tags to create a simple webpage. So let us get started.

The first step is to open a text editor. You can use any text editor like Notepad++, Sublime Text, etc. I am using Notepad++ here. Once you have opened the text editor, type the following code:

Hello World!

This is my first webpage!

Save the file with the extension .html in any location on your computer. I have saved it in the Desktop with the name index.html. Now open this file in any browser like Google Chrome, Mozilla Firefox, etc. You should see the following output:

Hello World! This is my first webpage!

In the above code, we have used two HTML tags: and . Let us now understand what these tags mean.

tag is used for creating headings in a webpage. There are six types of headings which are denoted by H1 to H6 tags respectively. H1 represents the most important heading while H6 represents the least important heading.

The opening tag should be followed by the closing tag (). Whatever text you write between these two tags will be displayed as a heading on the webpage.

Similarly, tag defines a paragraph in an HTML document. Paragraphs are usually denoted by p tag in HTML documents. Again, don’t forget to close this tag with /p . All the text written between these two tags will be treated as a paragraph and will be displayed accordingly on the webpage.

This was a very basic HTML Malayalam tutorial for beginners where we learned about some important HTML tags such as , , and . In the next tutorial, we will learn about some more advanced HTML tags which will help us to create more sophisticated webpages

Related Post