Hello Friends, today I can tell you about to make a web page easily with HTML Coding by some simple steps.
Hyper Text Markup Language (HTML)
Before making the web page with HTML Coding you have known about What is HTML?
HTML stands for Hyper Text Markup Language. It is a programming language to design web pages. It belongs to the group of markup languages. Tim Berners-Lee, a researcher of Particle Physics of CERN Lab, Geneva gave the concept of HTML in1989.
Basic Tags of an HTML Document
<HTML>
<HEAD>
<TITLE>
My first Web Page
</TITLE>
</HEAD>
<BODY>
Hello, How are you?
</BODY>
</HTML>
Open Notepad on your computer and use below given tags.
Some Important HTML tags
1) <BODY> - </BODY> -
It contains the main part of the HTML document.
2) <HN> - </HN> -
Defines heading in a web page.
3) <P> - </P> -
To define any text as a paragraph.
example- <P ALIGN ="CENTER">
</P>
4) <BR> -
To give a line break in a web page.
5) <HR> -
Draws a horizontal ruler or a horizontal line at a point where it is written in HTML document.
6) <B> - </B> -
The text is written inside it in Bold style.
7) <I> -</I> -
The text is written inside it in Italic style.
8) <U> - </U> -
The text enclosed inside it as Underline text.
9) <CENTER> - </CENTER> -
The text is written inside it in the Center of the Web page.
10) <FONT> - </FONT> -
Change the font of any enclosed text.
a. Face -
example - <FONT FACE="ARIAL"> Here You Can Write
FONT </FONT>
b. Size -
example - <FONT FACE="ARIAL" size="16"> LUCKNOW
</FONT>
11) <SUB> - </SUB> -
Text as a Subscript.
example - H2O (will be written as)
H<SUB>2</SUB>O
12) <SUP> - </SUP> -
Text as a Superscript.
example - (x y)2. (will be written as)
(x y)<SUP>2</SUP>
13) <BIG> - </BIG> -
Text in large size.
example - LUCKNOW IS A<BIG>COLORFUL</BIG CITY>
15) <PRE> - </PRE> -
It stands for pre-formatted text.
example - <PRE>
S.No. NAME AGE
1. SHIVAM 19
2. SHIVUU 19
16) <LI> -
Relation with either Unordered list or ordered lists.
17) <UL> - </UL> -
Unordered lists.
18) <OL> -</OL> -
Ordered lists.
19) <A> - </A> -
Provide links in the document.
example -
<A HREF ="http://www.techvedahub.com">
CLICK HERE FOR MY WEBSITE</A>
20) <IMG> -
To insert images, graphics or pictures in a web page.
You Can use these tags for making a beautiful and a creative web page.
Above Image is Only To show a simple web page not a complete and perfect web page.


Nice Article, Blog theme is also very user friendly. Tech information is also good on this blog. Also checkout - Programming Languages need to learn for future success
ReplyDelete