1st STEP What is HTML
INTRODUCTION
As you are
already aware about INTERNET and its utilities – Browsing the web sites is now
a ‘childs play’ for you. Internet and HTML both are co-releated, when you
browse any web page and that web page is having some text, graphical pictures is
visualized in front of you with sound, color and animation effects. Do you know
what the web pages are made up off? The answer is HTML. If you ever clicked through your mouse on the view-> source menu then you may find
a screen appear in front of you and some codes are written there, and that is
the HTML code.
Before you
begin creating your own web pages with HTML,
you need a little knowledge about web pages. What exactly is a web page? By
1993 some computers throughout the world were equipped to serve up HTML pages, those interlinked pages
were dubbed throughout the world wide web (WWW) and several web browser programs had been written to allow
people to view web pages. The world’s most popular Web browser are Netscape Navigation and Microsoft Internet Explorer.
The term HTML stands for Hyper Text Markup Language . It is use for describing how pages of
text, graphics and information are organized, formatted and linked together. HTML pages are the standard interface
to the Internet.
Origin
Of HTML
HTML is not an invention but is an
improved version of Standard Generalized Markup Language (SGML). Tim
Berners-Lee at cem designed the original HTML
document type in 1990.
The following Simple HTML code Will
produce the page shown in Internet Explorer -
<HTML>
<HEAD>
<TITLE> this is test WEB page
</TITLE>
</HEAD>
<BODY>
My First Web Page
</BODY>
</HTML>
|
The Output Like this -
<HTML> this is the first tag you must be write when you create a HTML file this tag open like
this <HTML> and close like this </HTML> .
<HEAD> tag use for styling background and other many things now i show u how to use this tag.
<HEAD> tag also like <HTML> tag you open this tag like this <HEAD> and close like this </HEAD>.
<TITLE> this tag use for name your WEBSITE title like this you have to give the <TITLE> tag under <HEAD> tag. then open like this <TITLE> and close like this </TITLE>
Then open <BODY> tag for creating the body of your website..
open tag like this <BODY> close tag like this </BODY>
Under the <BODY> tag u give your contents next time i will show that how to do that..
and many more TAG..
I HOPE YOU LIKE THIS
PLS KEEP SUPPORTING ME AND I WILL GIVE YOU MY BEST
THANK YOU
AND SEE YOU GUYS NEXT TIME