Sunteți pe pagina 1din 4

Advantages of HTML

HTML is one of the most popular web publishing language.There are many benefits of HTML
which are described in the following:

● Easy web page creation: It is easy to create webpage by using HTML.


● Easy updating and maintenance: It becomes easier to update and maintain any
website created through HTML.
● Web form Design and template: HTML can help us to createtemplate and to design
web form.
● Browser supported: HTML based websites are supported by all the web browsers.
● Less time in uploading and less space in hosting: HTML based websites take less
time in uploiading and take less space while web hosting. It also saves money.
● Easy language learning,formatting and editing: We don't need past experience to
learn HTML.Various types of formatting are offered by HTML.The editing work can be
done through any editing tools.Free editing tools are often offered by Windows.It makes
everything easy.
● Adding video,audio and animation: We can add audio,video and animation ib HTML
without any extra software .
● User friendly and search engine optimization: HTML is always user friendly and
search engine optimization is always possible.It benefits the users.
● 2D drawing: HTML makes 2D drawing possible.
● Replacing: Drag and drop makes replacing tags possible.
● Open and bidirectional technology: HTML is and open technology .The web socket
helps to function as bidirectional technology for future generations.
● Using geolocation: Users can share their location by using geolocation.
● Mixture with various applications: HTML is mixed with varicose applications like
CSS ,javascript etc. to create the website more attractive and beautiful..
● Understandable tags and attributes: Tags and Attributes of html are easily
understandable.
● Syntax error: HTML helps to detect syntax error easily through HTML validator .
● Document printing: Document printing is possible for HTML based webpages.

Disadvantages of HTML

There are some disadvantages of HTML .They are:

● Huge amount of coding: In HTML ,we need a bulk amount of coading even to create a
simple website.It is a huge problem.
● Weak security system: HTML does not provide enough security for websites.

Tags
Tags Function

<b>……</b> Defines bold text

<i>…….</i> Defines italic text

<u> . . . . </u> Represents underlined text.

<em> . . . </em> Defines emphasized text

<big> . . . . </big> Defines big text

<small> . . . . </small> Defines small text

<strong> . . . </strong> Defines important text

<sub> . . . . </sub> For superscripting the text

<sup> . . . . </sup> For subscripting the text

<strike> . . . </strike> Defines strikethrough text

<del> . . . . .</del> Defines text that has been deleted from a


document

<ins> . . . . </ins> Defines a text that has been inserted into a


document

<br> . . . . </br> Inserts a single line break

<hr> . . . . </hr> Defines a thematic change in the content

<blockquote> Defines a section that is quoted from


another source

<abbr> . . . . .</abbr> Defines an abbreviation or an acronym

<ul> . . . . .</ul> Defines an unordered list

<ol> . . . . .</ol> Defines an ordered list

<li> . . . . .</li> Defines a list item

<pre> . . . . .</pre> Used to represents preformatted text.

<blink> . . . . .</blink> used to enclose a text to make it blink.

<mark> ….</mark> Used to highlighted (marked) specific text.

<span> ….</span> Used to grouping and applying styles to


inline elements.

<center> ….</center> Specifies a text is display in center align

S-ar putea să vă placă și