What are the limitations of HTML? - Web Semantic

What are the limitations of HTML?



- HTML is also known as HyperText Markup Language provides the creation of the web pages.

- The HTML pages are the documents that can be read by the server, and are not the best fit to be read by humans.

- HTML forms have the dependency on scripting languages and it results in complex document creation that consumes more time.

- HTML doesn’t initialize the form data properly and doesn’t make it easier for the users to enter the information once.

- HTML is having some limitations with the use of forms that doesn’t allow encoding formats, urlencoded or multipart forms.
Post your comment