answersLogoWhite

0

What is wrong with HTML?

User Avatar

Anonymous

13y ago
Updated: 8/17/2019

Nothing is really wrong with HTML. It's just limited. HTML is a base language. It's what basic text, pictures and links are made out of. I wouldn't be so quick to call HTML wrong though. HTML is limited, but you can also add on CSS, PHP and other codes to help create the dynamics of a good site.

Kevin =P

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why is howrse saying that your HTML on your page is wrong so it wont work?

HTML when contains error won't work on the browsers. It can happen when a tag is not closed correctly.


How do I upload an image I have and use the HTML code but the image doesn't show What did I do wrong?

You should check your folder hierarchy and verify that all the HTML/xHTML code is correct. You can use an image editor to ensure the HTML code is correct.


Why has your the Facebook on your computer stopped working?

there is something wrong with your computers HTML codes or facebook is undergoing maintenance


Why does your browser display some HTML tags on the webpages?

If you entered them wrong then it will display on the webpage. Or if you use word then it will.


What is the difference in HTML 4 and HTML 5?

Unlike HTML 4 you cannot do these things in HTML 5: - using attributes without double-quotation like <font face=tahoma> instead of <font face="tahoma"> - Closing tags wrong <b><i>test</b></i> instead of <b><i>test</i></b> - Special Tags Closing <br> instead of <br />


Why is HTML not computer programming?

HTML is a language that is used to create websites. You cannot build computer programs/applications through HTML. There are always exceptions. Apple and Google are working with a new version of HTML called HTML 5, which will allow mobile apps to be created with HTML. Based on your question, I assume you do not have much prior programming knowledge. If I am wrong, I am terribly sorry. I love programming and I learned HTML as my first language on this website http://w3schools.com/html/. After HTML, I recommend that you head towards Javascript and then Java. In Java you will actually build computer programs that work with Mac, Windows, and Linux. I wish you the Best of Luck and I can't wait to see what you accomplish! =D -Hope this Helps!


List three HTML elements that did not have closing tags in HTML and must now be closed in xhtml?

as far as i know... <br/> <img....................../> and... <hr/> could be wrong but i dont think so..... check out w3schools as well, theyll tell you everything


I feel cold and shivery. whats wrong with me?

A. Your not wearing enough layers. B. Turn your fire on. C. You may have something wrong with you, like Thryroid Disease http://hcd2.bupa.co.uk/fact_sheets/html/overactive_thyroid.html


Why can you see your HTML in about you in myspace?

When you see the HTML in the document (my space page) it means that there is an error in the HTML written. You should be able to figure out the error from the HTML line that is showing. For example if you are missing a tag for the <P> command as the following example: <P>This is the correct way.</P> (will show as) This is the correct way. <P>This is the Wrong Way /P> (will show as) This is the wrong way /P> In the example of the wrong way the <P> end tag is open and shows up on the document. A missing end tag could have the same results. The error could be a missing a Quote such as the attribute for a hyper link should be enclosed in quotes such as <a href="'http://wikiAnswers.com> will appear as a link: WikiAnswers.com If one of the two quotes are missing it will show in the document as <a href="http://mo.com%3EWikianswers.com The point where the error is made in the HTML will show in the document. You just have to go in and edit it.


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


What does LIFO mean in terms of HTML tags?

LIFO is an abbreviation for "Last In First Out". This is usually used in inventory purposes in which the items brought in last are treated as the ones sold first. I have been using HTML for a long time and feel I have a good knowledge of it but I do not ever remembering LIFO ever being associated with HTML. If I am wrong someone PLEASE correct me.....


How do you prepare an HTML?

The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>