What is HTML ? Advantages and disadvantages of HTML all about html attribute,element,tag

"Advantage and Disadvantage of HTML" (HyperText Markup Language)

"What is HTML"

$ads={1}

"HTML" stands for  Hypertext Markup language. Basically, HTML is used to mark up a web page by using HTML attributes. Html was created by "Sir Berners-Lee" in 1991. Later on, in 1995 HTML 2.0 was published with some extra specifications.

After the success of  HTML 2.0 in 1999 HTML 4.0.1 was published. Though HTML 4.01 version is used currently we are having the HTML-5 version which is an extension to HTML 4.01, and this version was published in 2012.   

Every language has it own block where we write our code similarly HTML have also its own block which starts with <HTML> and ends with </HTML>.

Html code is written by the programmer and it is saved as a .html or .htm extension and viewed by any respected browser (i.e. Google Chrome, Firefox, etc). To learn HTML there is no need for a backup of any other language. You can easily learn HTML by knowing some tags of HTML and some other basic things. 

$ads={2}

Advantages of HTML 


As we know that HTML is a markup language that is used for formatting web pages of websites. Here are some advantages and disadvantages of HTML which is the following as:

1.HTML can be integrated easily with JavaScript, jQuery, and CSS.
2. Easy to understand due to a relevant and memorable HTML tag.
3.HTML supported by all browsers (i.e. Google Chrome, Opera Mini, Mozilla Firefox, and  many more browsers)
4.HTML is light weighted and fast to load.
5.HTML is a free and open-source markup language, you don't need to buy a single line of code to design your website.
6.HTML have many tag and attributes which will shorten your line of code. 

HTML Disadvantages

1. By Html, we can develop only static web pages if you want to develop Dynamic webpages you need knowledge of some other programming languages like .Net, and Java and also knowledge of some scripting languages (JQuery, JavaScript).
2. Security Features are fewer in HTML. 

HTML Limitations

1. If we want to make some structure with different content, again and again, we need to write more HTML code.

Some major reasons why to use HTML


HTML is a lightweight and fast-loading markup language, every time when you hit the server through your browser you get the response in the form of HTML and CSS. 

HTML has the support of many tags which make your web page looks attractive and noticeable.

Recently, HTML5 added so many tag and element which helps to develop a page in professional manner.

What is HTML Attributes, HTML Tags and HTML Elements

HTML Attributes

HTML attributes are a special type of word that are used to control the element's behavior inside the opening tag. The actual use of HTML attributes is to modify the default functionality of an HTML element.

Here are some different types of HTML attributes
1. Required attribute
2. Optional attribute
3. Standard attribute
4. Event attribute

Example of HTML attributes


<a href="www.example.com">Google</a>
<p align="right">This is Element in HTML</p>


HTML attributes contain Key-Value pair information. In the above example, 'href' is an attribute whereas <a> is an anchor tag, we can say that Tags can also have attributes. HTML attributes contain some extra information for the tag so that we can modify any tag at my end.HTML attributes is just a modifier of HTML element type.

HTM Tag

HTM Tag is a special type of word that contains the opening and closing angle bracket(< >). HTML tag example.
Some HTML Tag which is used most during web page development

<p> 
<b> 
<ol>
<ul>
<tr>
<td>
<html>
<figure> 
<button> 
<head> 
<header>
<option>
<progress>
<script>
<table>

HTML Elements 

HTML Elements contains some kind of information that is available with an HTML tag. HTML Element example.

<h1>I am heading as well as HTML elements</h1> 
<b> I am bold text<b>



What is HTML ? Advantages and disadvantages of HTML all about html attribute,element,tag
Advantages and disadvantages of HTML



I hope you like the advantages and disadvantages of HTML, Still, if you have any doubt about it, feel free to comment we will help you.

Post a Comment

Post a Comment (0)

Previous Post Next Post