HTML

HTML Projects

HTML Project

adplus-dvertising
WHY HTML, ADVANTAGES OF HTML, DISADVANTAGES OF HTML
Previous Home Next
Why HTML

HTML stands for hyper text markup language .it is a markup language not a programming language . it is easy to understand .it is easy to build a website using html because html provides everything for building a website from tables, to forms ,frames and along with Javascript it provide validity to forms.

to get inputs from users the html works with java script. XML is another mark up language which works with HTML and validate the database.html needs no special software because it runs on browser. therefore it is cheap to build a website using HTML.

HTML provides various elements and attributes which are easy to understand.web browser reads the html documents and display them over web pages.HTML is flexible language almost every browser can support it. Html provide various features like embedded objects and images to create
interactive forms.so, there are various reasons to use Html.

Advantages oF HTML

HTML has various advantages few of them are listed below:

Easy to Use: HTML is a language which is easy to use and to understand for new programmer. all elements and attributes of html are easily under stable

Flexible: Loose syntaxes of HTML makes it flexible almost every browser can support it.

Widely Used: As it easy to use it is use to build almost every website.

Free to Use: No special software is required to buy for HTML as it is run on browser

Cascading Style Sheet: HTML has a feature of using cascading style sheets It is used to design ,align elements and text. Cascading Style Sheets design what HTML has made. Cascading Style Sheets can not be used alone.it is used with HTML.

Disadvantages of HTML
  • It cannot produce dynamic output as it is static language.
  • Sometimes the structuring of HTML document is hard to understand.
  • Security features offered by HTML are limited.
Previous Home Next