answersLogoWhite

0


Best Answer

doctype, html,head, body, and title

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which elements are mandatory in an XHTML document?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why are javascript sometimes hidden in xhtml document by putting them into xhtml comments?

This ensures that the script text does not appear in the page.


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/ ]


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 lists of statements that use a single location to specify how to display html and xhtml elements?

A list of statements located in a single file at a specific location that determine how the browser will display HTML or XHTML elements is called a stylesheet.The language a stylesheet is written in is called Cascading Style-Sheets, or CSS. These commands are imported or linked to by an HTML document, and the browser applies them to the elements at runtime.


What is a hypertext document coded in?

HTML or sometimes XHTML or even XML


Show the impact of universal selector in an xhtml document?

align everything in it


What must you place on the first line of an XHTML document?

a <!DOCTYPE>declaration


What has the author Kelly Valqui written?

Kelly Valqui has written: 'XHTML, level one' -- subject(s): XHTML (Document markup language)


What are the differences between htmlxmlsgml and xhtml?

basikly xhtml is a mics of html and xml. the difference in html and xhtml is that xhtml is a more strict on the syntax and defined as a xml document. xml is a self defined language... in short it is a strikter html in xml format...


Is XHTML 1.1 implemented by Firefox?

According to an IBM document ( http://www.ibm.com/developerworks/xml/library/x-ffox15.html ) XHTML 1.1 is supported by Firefox: "Mozilla Firefox 1.0 supports XHTML 1.0 Strict, Transitional, and Frameset, as well as XHTML 1.1 which is based on modularization of XHTML 1.0 Strict. XHTML 2.0 is still in the working draft stage. Some developers wonder how well XHTML 2.0 will be adopted because it's such a significant change from HTML and XHTML 1.x. I recommend that Web developers targeting Firefox (such as for embedded applications) serve XHTML 1.1. Unfortunately, this may not yet be practical for developers targeting the general Web."


What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


What are the three flavors of XHTML?

(1) XHTML 1.0 Strict(2) XHTML 1.0 Transitional(3) XHTML 1.0 Frameset