Click

Sunday, August 28, 2011

To know the Body Tag!!

Hello, Today we will the BODY tag. It is start by <body> command and end by </body> tag. This tag is main content of HTML coding or programming in this tag we show our all data or information In the web page. Like Still Image , Video, song, document etc etc. Without <body> tag we can not show anything in our web page that’s why it very important for a web page. so now we will know practically  this tag use!!

Open our notepad (to know how please visit this link http://makeyourwebpage.blogspot.com/2011/08/getteing-started.html )

Write the code in you notepad

<html>
<head>
<title> Use of body tag </title>
</head>
<body>
<h1>Hello</h1><br>
<h2>You are learnig use of the <body> Tag </h2><br>
<h3>Thank you!!!</h3>
</body>
</html>

Image Now::
Step1:


Step2:

Now we will see our output ( To know how please visit the link http://makeyourwebpage.blogspot.com/2011/08/save-your-code-by-web-page-and-open.html )

Step3:



If u like the post please give me thanks by comment or u have any openion u can give mw. Thank you!!
In our next post we will learn Heaading and Pragraph!!!
Thank You!!




Saturday, August 27, 2011

Learn Head and Title tag!!!

Hi there,
In this post we will learn about <head> and <title> tag.
<head> This tag describe information of our web page. In this tag we will use <title> tag. And we will close this tag by use </head> tag.

<title> If you want to see in title bar anything you like than we use <title> into the <head> tag.
We close this tag by use</title>.
And now I will show you this tag use by image!!
Ok. Open our notepad (to know how please visit http://makeyourwebpage.blogspot.com/2011/08/getteing-started.html  )

 
Step1:


Step2:



Step3:



Save your code by a html paage(to know how please visit http://makeyourwebpage.blogspot.com/2011/08/save-your-code-by-web-page-and-open.html)

If u like the post please give me thanks by comment or u have any openion u can give mw. Thank you!!
In our next post we will learn use of <body> tag!!

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!!







Friday, August 26, 2011

Save your code by a web page and open

And now we will Know how to save our code as like a web page!!!
first write our HTML code and than we will save it!

Click File
Click Save As
Write your file name after write you must .HTML use than!!
Click Save

Step1:

Step2:


Step3:


Step4:


Step5:



Step4:



Good we save our code. now we will open it!!!

Click: Internet Explorer
Click: File
Click: Open
Click: Brows
Select your save file
Click: Open
Click: Ok

Step1:


Step2:


Step 3:



Step 4:



Step 5:


Step6:



Step7:



weldone open our page!

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 strat code writing!!!

Getteing Started

Now we will open our Note pad:

 Click: Start button

 Click: All Programs

 Click: Accessories

 Click: Notepad

And now we will see our notepad window where we will write our HTML Code!!!

Look the Image to know how!

Step1:


Step2:



Step 3:


Step 4:


Step5:


 

And now we are redy to write our code!!

If you like the post please give me thanks. or you have a any suggestion please give it by comment!!
In my next Post we will learn how to save our code by a web page!!  

 

 

Introduction HTML

What is web page?

A web page is the representation of a document which resides at a remote site. This is key to understanding what the web itself is and the implications. If a "web" document resides on the machine you are working from, the document is called an HTML document.
A web page has the wonderful feature of allowing embedded references to other pages.
Please, let me explain by example. The page you are reading right now resides in Alexandria Virginia, the USA. The author (that’s me) edits the page from a dingy
apartment 5
minutes north of the nations capitol. In fact, I work in DC at NASA HQ. Stop by if you are ever on capitol hill.
When you "visit" this web page you are instructing your browser to go get a copy of  this page from Virginia. The computer then uses the telephone wires to request a copy from the machine in Virginia. The machine in Virginia sends back the copy and viola, there it is on your screen. If the page were to be modified this evening and you came back tomorrow you would see the new web page (ignore caches for now).
Look the below picture




What is HTML?

HTML is a language for describing web pages.
  • HTML stands for Hyper Text Markup Language(HTML)
  • HTML is not a programming language, it is a markup language
  • A markup language is a set of markup tags
  • HTML uses markup tags to describe web pages

HTML Tags

HTML markup tags are usually called HTML tags
  • HTML tags are keywords surrounded by angle brackets like <html>
  • HTML tags normally come in pairs like <b> and </b>
  • The first tag in a pair is the start tag, the second tag is the end tag
  • Start and end tags are also called opening tags and closing tags

HTML Documents = Web Pages

  • HTML documents describe web pages
  • HTML documents contain HTML tags and plain text
  • HTML documents are also called web pages

What You Need

You don't need any tools to learn HTML
You don't need an HTML editor
  • You don't need a web server
  • You don't need a web site

Editing HTML

HTML can be written and edited using many different editors like Dreamweaver and Visual Studio.
However, in this tutorial we use a plain text editor (like Notepad) to edit HTML. We believe using a plain text editor is the best way to learn HTML.

Thank You. Next chapter we will learn How to open note book!!!