answersLogoWhite

0

What is main deficiencies of HTML?

Updated: 8/11/2023
User Avatar

Wiki User

10y ago

Best Answer

HTML is simply a "markup" language. As such all it's really good for is formatting text, images, and forms. It can't store variables or call on variables as XML and others can. In essence it isn't a real programming language. It's basically just "Word" for the internet.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

HTML is a powerful programming language for websites, but it does have certain limitations. Just simply coloring your text and changing it's font is a pain in the butt because you have to then type in a whole line of text. And for every paragraph! CSS helps you change text font or color just like that and is great. HTML is the basis of every site, but if you wish to create a dynamic site, you will need to apply some CSS to the HTML. Or else you will have a heck of a chore to do.

Kevin =P

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

HTML is limited to displaying and describing content; pictures, text, lists, objects(flash movies) and more. The layout and format of these assets are all HTML affects.

HTML is not a programming language. It cannot determine the value of a form element, compare its state against other values and change it or act upon it in some way. Such as when a user submits an online form and a message pops up that reads, "You have not entered some required information." Usually, JavaScript is the mechanism behind that kind of form validation.

HTML can...

seperate info with lists and tables.

display images, flash movies and other websites in layers.
display text with different formatting options like size, color and weight(bold).
communicate meta information that describes the content on the page to browsers and search engines.

HTML cannot...validate user information in an HTML form.
retrieve information from a database.
shower your screen with stars springing from your mouse cursor each time your mouse moved.

Mixing HTML with a programming or scripting language like php, javascript, vbscript, vb.NET, C#.NET or Java removes most limitations.
This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Without knowing HTML you couldn't create a website. To make a website you use multiple code type such as HTML CSS Java ETC. HTML is used in Most every website if not all. It has limitations because alone you can't do a whole lot with it besides change the page background put some images and text in. There's not a lot to do with HTML alone so it has some limitations of what you can do compared to CSS and Java where you can do lots more complicated styling and features with the website.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

It has lots of strengths and lots of weaknesses. Here are just a few of each:

Strengths:

It is simple to learn
It is quick to learn
It is not very technical
It is not case sensitive
You can make changes easily
You can view your page simply on a browser by just opening it

Weaknesses:

It is not very powerful as it only formats pages
To do something more sophisticated you need a programming language
It does not apply strict rules, so pages work with errors, leading to bad coding
Not all tags work on all browsers so sites don't look the same on different browsers
It has limited levels of formatting, so you need CSS to improve formatting

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

There are various problems in HTML version. The HTML cannot be used for inbuilt authentication.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The main deficiency of HTML is it's lack if functionality elements. You cannot define conditioning in HTML.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is main deficiencies of HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the main ear deficiencies?

deafness


What is the main part of an HTML page?

The main section of an HTML document is it's Body, defined by the and tags.


What are the two main parts of an HTML file What tags create them?

The html page <html> </html> and also the body <body></body> which contains the content.


Main use of HTML?

HTML is primarily used to provide the content of a web page.


What is the main deficency of HTML?

HTML has a deficiency that the functionality cannot be applied. That means the condition statements are not there.


Is a browser's main function to create webpages using HTML?

No, a browsers main function is to read HTML files and render them on the screen. If you want to create pages with HTML, you'll need an editor, IDE, or WYSIWYG.


What element is the main content of a webpage?

HTML is the main element in design of a webpage.


How is the main content area of a page described in HTML code?

The main content of the page is wrapped with BODYtags:... meta data, title, javascript, etc. ...... main content and more HTML code ...


Benefits of using HTML?

The main benefit of using HTML is its easy syntax. The tags are very powerful to use.


How are HTML editors accessed?

There are some online HTML editors, but the main ones are Notepad for window and TextEdit for Mac.


What is the difference of HTML to the other types of markup language?

The main difference is that HTML is used to create dynamic web pages. Other than this HTML cannot do much.


What is the different parts of HTML?

A HTML page can be divided into various sections. The head part of the page and the body part are the main one.