Introdution To HTML
Introdution To HTML
Introdution To HTML
TO HTML
HTML CONTENTS
INTRODUCTION OF HTML
OBJECTIVE OF HTML
WORLD WIDE WEB
HTML TOOLS
HTML TERMINOLGY
HOW TO CREATE AN HTML DOCUMENT
SAVING AN D VIEWING A HTML DOCUMENT
TEXT TEGS
SPECIAL CHARTACTER
ADVANTAGES OF HTML
DISADVANTAGES OF HTML
INTRODUCTION OF HTML
<BODY>
Your Document goes here
</BODY>
It is a Network of Networks
MARQUEE TAG
Output:
National Institute of Open Schooling
AN HTML DOCUMENT CONTROL.HTML
SHOWS THE USE OF <P>, <BR> AND <PRE>
<HEAD>
<TITLE>
Use of Paragraph, Line break and preformatted text Tag
</TITLE>
</HEAD>
<BODY>
HTML Tutorial
<P>
HTML stands for Hypertext Markup Language
It is used for creating web page. It is very simple
and easy to learn.
AN HTML DOCUMENT
CONTROL.HTML SHOWS THE USE
OF <P>, <BR> AND <PRE>
<P>
HTML stands for Hypertext Markup Language.<BR>
It is used for creating web page. It is very simple<BR>
and easy to learn.<BR>
</P>
<PRE>
HTML stands for Hypertext Markup Language
It is used for creating web page. It is very simple
and easy to learn.
</PRE>
</BODY>
OUTPUT
HTML Tutorial
HTML stands for Hypertext Markup Language. It is used for
creating web page. It is very simple and easy to learn.
HTML stands for Hypertext Markup Language.
It is used for creating web page. It is very simple
and easy to learn.
HTML stands for Hypertext Markup Language.
It is used for creating web page. It is very simple
and easy to learn.
USING HORIZONTAL RULE
TAG: <HR>
An empty tag <HR> basically used to draw lines and horizontal rules. It
can be used to separate two sections of text.
Example:
<BODY>
Your horizontal rule goes here. <HR>
The rest of the text goes here.
</BODY>
Output:
Your horizontal rule goes here.
<PRE>
The copyright symbol is: ©
The registered rank is: ®
</PRE>
Output:
The copyright symbol is:©
The registered rank is:®
ADVANTAGES OF HTML
Easy to use
Loose syntax (although, being too flexible will not comply with
standards).
Supported on almost every browser, if not all browsers.
Widely used; established on almost every website, if not all websites.
Very similar to XML syntax, which is increasingly used for data
storage.
Free - You need not buy any software.
Easy to learn & code even for novice programmers.
DISADVANTAGES OF
HTML
It cannot produce dynamic output alone, since it is a static language
Sometimes, the structuring of HTML documents is hard to grasp
You have to keep up with deprecated tags, and make sure not to use
them
Deprecated tags appear because another language that works with
HTML has replaced the original work of the tag; thus the other
language needs to be learned (most of the time, it is CSS)
Security features offered by HTML are limited