Click

Saturday, August 27, 2011

Introduction HTML Basic Tag

Hello, today I will introduce you HTML tag which is need our every coding. We must use this code other wise this code doesn’t work!!! Let’s go to know the code!!

step1.We will start every code by use <html> tag(which is mean it is an HTML program) and must we will end this tag when we will finish our coding by use </html> tag

step2. after the step1 we will write <head> (which is mean heading we will know later) must close it </head> tag

step3. after the step2 we will know <title> tag (it is mean our title in our title bar we will know later post) and close by</title> tag.

Step4. this step we use <body> tag (which define our main things beginning) close by </body> tag.

U will understand look the image what I did!  

So I open my Notepad (to know how please visit http://www.makeyourwebpage.blogspot.com/2011/08/getteing-started.html)
And write our code:

 <html>
<head>
<title> Starting </title>
</head>
<body>
<h2>Hello This is Alo. and u r learrning HTML</h2>
</body>
</html>
After coding we will save and open our code output(to know how please visit the link http://www.makeyourwebpage.blogspot.com/2011/08/save-your-code-by-web-page-and-open.html)
Step1:


Step2:



Step3:



Step4:



And now we will look our ouput


If u like the post please give me thanks by comment or u have any openion u can give mw. Thank you!!

In my next post we will learn work of <head> and <title>  tag!!

THANK YOU!!







No comments: