answersLogoWhite

0


Best Answer

Basically, in the future those pages that use deprecated tags will no longer render. Deprecated tags are being phased out in favor of Cascading Style Sheets for formatting the web page.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What damage make if you use deprecated tags in xhtml if continued use on web page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why we you use xhtml?

XHTML is used as a stricter view of HTML. People who like to make the code clean and nice use XHTML.


What are some tips for writing XHTML?

# Write up multiple XHTML documents, attempting to not make any mistakes. # Write multiple HTML documents, and transform them into XHTML documents. # Browse forums or other online sources for HTML documents (or incorrect XHTML documents) that need help, markup-wise. # Take on projects involving XHTML coding.


What are the advantages of HTML over xhtml?

HTML is based off of the Standard Generalized Markup Language system, which is a syntax system that is relatively complicated. XHTML was created to solve the complex system problem by implementing XML parser compatibility, which made the syntax reading system less complicated for computers -- not necessarily by humans alone.


When is XHTML used in place of HTML?

You can use XHTML if there is any chance you are going to need to reprocess your content, for example to send it to a PDA; XML's stricter syntax rules make automatic processing of XHTML much easier and cheaper than ordinary HTML


What is the difference between XHTML and CSS?

XHTML and CSS are both languages that are used to make web pages. XHTML is very similar to HTML and serves the same purpose. XHTML & HTML are both used to set the structure of the page - to define images, links, text, headlines, etc. CSS (Cascading Style Sheets) is used to define the style of the page - colors, spacing, etc. If you were to think of a web page as a person, XHTML would be the skeleton, and CSS would be the skin, clothing, make-up, etc.


How does the use of XHTML help accessibility?

XHTML is designed to be use with devices with particular needs; mobile devices, for example, need to be able to manipulate data to make it fit onto their smaller screens. Accessibility-enhancing devices may come with XML parsers, allowing them to read XHTML and help interpret the information on a website to those with disabilities.


When converting old html code to xhtml make sure that all inline images contain what attribute?

ALT


What is HTML and xtml?

HTML and XHTML are both markup languages used to markup content for display on web browsers or other compatible devices. HTML stands for HyperText Markup Language and XHTML stands for eXtensible HyperText Markup Language. XHTML was created to help make HTML more XML like in structure and usage as compared to standard HTML.


What is xhtml transitional doctype?

The XHTML Transitional Document Type is one of the three XHTML DocTypes.XHTML Transitional DocTypeXHTML Strict DocTypeXHTML Frameset DocTypeHTML also has three Document Types: Transitional, Strict, and Frameset.The Document Types were created to set guidelines for correct XHTML markup coding. These are "Rules" that you can follow to validate your page, to make sure you are righting "Correct" XHTML.Any page can be assigned to a Document Type by typing in a !DocType tag in the very first line of an HMTL / XHTML document, like this one:This !DocType is for XHTML Transitional.Although it is assigned to the Document Type, that does not mean it complies with it's rules.To see if it complies with the rules, send a link to the document (URL's only, no local files) at the official validation website. [ http://validator.w3.org/ ]


How do you make a sentence with the word continued?

She continued to work on her project despite feeling tired.


How do you make sentence about the word continued?

The party continued until the wee hours of the morning. She continued stirring until the dough was thoroughly mixed.


Can a text be a link?

Yes, any text located in a document written in HTML, XHTML, or other related content markup language can be a link. To make a link in HTML or XHTML, you use the a tag, which is known as an anchor tag. This tag can cause this link to link to an internal page to the site, to an external site, or to a bookmark location on the same page.