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
HTML when contains error won't work on the browsers. It can happen when a tag is not closed correctly.
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.
there is something wrong with your computers HTML codes or facebook is undergoing maintenance
If you entered them wrong then it will display on the webpage. Or if you use word then it will.
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 />
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!
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
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
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.
HTML tags are used to delimit HTML elements inside an HTML document.
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.....
The basic HTML base to a HTML website is <HTML> <title> </title> <head> </head> <body> </body> </HTML>