Create your first web page
First, type the first line of our web page
<HTML>
then type this
</HTML>
You
can type them in capital case or lower case. It doesn't matter. I typed
them in capital to make it easy to read. Nothing has happened yet; we
have just told the browsers (Netscape, Internet Explorer, and etc.)
that this is a HTML document. The first <HTML> is to tell the browser that "Here's the begining of HTML section." </HTML>
tells the browsers that "Here's the end of HTML section." Inside these
two tags is where you will put the contents of your web page in.
Notice that we have <HTML> and </HTML>. This is how we open and close HTML tags. The closing tag is always in </.....> format. In most case, you will have to close every tag that you open.
Next, add a HEAD section to your web page.
<HTML>
<HEAD>
<TITLE>My first page</TITLE>
</HEAD>
</HTML>
<TITLE>
tells the browsers that the title of our web page is "My first page."
This sentence will appear at the top of browser window. Where? Look at
the top of this window (the one that you're reading) and you will see
"The easiest HTML guide for beginners"
OK. Now, let's put in the first word that the browser will display.
<HTML>
<HEAD>
<TITLE>My first page</TITLE>
</HEAD>
<BODY>
<H1>HELLO</H1>
</BODY>
</HTML>
For a great web design experience visit:-
Website designer Atlanta
| Additional articles about web design |
|
|
| About the author |
I am a article writer,I have been writing articles on all topics for the last three years.
My twitter profile:- http://twitter.com/seoforu
My website:- http://www.a1webdesigner.com/ |
| Please Rate This Article |
Number of ratings: 0
Rating: 0