okay......
Today is the day when i'm gonna teach you the basics of HTML!!!!
The HTML is a very simple language and best for beginners.
First let me show you that all the webpages are made of HTML.
GO to any website>>right click>>select view page source(this will show you the codding)
ON 1st line you will see something like this "<html>"
this is called a HTML tag. All HTML tag is stored between these "< >"
Today i'm gonna write about 'Tags"
Basically the tags are commands for your browser and even for the hosing server.,, Being a command you cant see it. you can only recognize the out put generated by the command. But these commands are important because you can't enjoy your Facebook or any site with out these.
There are Two types of tag one is the staring tag and the other is closing
Starting tag: It orders the browser to start compiling the command inside the tag. this is written inside the brackets mentioned above. i.e. <body>
Closing tag: It ends the compiling process in the browser. It contains a extra "/" inside the brackets. The Closing tag for <body> is </body>
I hope that you all understood what is tag and why it is used.
Any problem just Buzz me, I'll be there with your solution.
Take Care
Today is the day when i'm gonna teach you the basics of HTML!!!!
The HTML is a very simple language and best for beginners.
First let me show you that all the webpages are made of HTML.
GO to any website>>right click>>select view page source(this will show you the codding)
ON 1st line you will see something like this "<html>"
this is called a HTML tag. All HTML tag is stored between these "< >"
Today i'm gonna write about 'Tags"
Basically the tags are commands for your browser and even for the hosing server.,, Being a command you cant see it. you can only recognize the out put generated by the command. But these commands are important because you can't enjoy your Facebook or any site with out these.
There are Two types of tag one is the staring tag and the other is closing
Starting tag: It orders the browser to start compiling the command inside the tag. this is written inside the brackets mentioned above. i.e. <body>
Closing tag: It ends the compiling process in the browser. It contains a extra "/" inside the brackets. The Closing tag for <body> is </body>
I hope that you all understood what is tag and why it is used.
Any problem just Buzz me, I'll be there with your solution.
Take Care
