Popular

Disadvantages of HTML

Following are the various disadvantages of HTML:

  1. Inefficient: Using HTML alone for creating dynamic web pages is not sufficient. To create dynamic web page required some additional technologies.
  2. Limited for displaying content: HTML alone is limited in displaying the content on websites. Only certain tags described in HTML can be used for displaying the content of web pages.
  3. Unpredictable Behaviors across Browsers: HTML code gives different output in different browsers for some tags. This is a greater drawback of HTML, because web pages behavior is different from the expected behavior.
  4. Security: There are no special security features provided by HTML.
  5. Complexity: In HTML need to write lot of code fro making simple web pages. It will create complexity.

Share this article
Shareable URL
Prev Post

Advantages of HTML

Next Post

HTML TAGS

Read next

HTML Introduction

HTML or Hyper Text Markup Language as the name composed of two parts: HTML is a standard language for building…

Advantages of HTML

HTML is the most commonly used language used to create web pages. following advantages makes it favorite among…

HTML TAGS

HTML is a Mark language and to markup the contents on web page we use various commands called Tags. Tags are…