answersLogoWhite

0

<hr />

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the correct XHTML for a paragraph?

The correct XHTML for a paragraph would open the paragraph with a triangular bracketed p and close the paragraph with a triangular bracketed forward slash p. The tags must be in lower case in XHTML.


What is the correct xhtml for an attribute and its value?

WIDTH="80"


Which kind of break forces the text following the break to begin on the next line?

A "line break" causes the text to break to the next line. In HTML, that tag looks like this: &lt;br&gt;. In XHTML, it looks like this: &lt;br /&gt; and to get it in Word (an most other word processors) you hold the shift key and hit enter (or return, depending on which one your keyboard has.)


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

a &lt;!DOCTYPE&gt;declaration


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 is the correct HTML tag for a inserting a line break?

&lt;br&gt;


What does the HTML tag br mean?

&lt;BR&gt; tag stands for line break. This is the first line &lt;BR&gt; This is the second line In HTML the above code will get displayed as: This is the first line This is the second line


What are the three flavors of XHTML?

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


What is the correct HTML element for inserting a line break?

Correct HTML tag for inserting a line break? you can use &lt;br/&gt;


What is the code for inserting a line break?

Line breaks are inserted using the empty BR entity: &lt;br /&gt; You can enclose a paragraph inside a P entity: &lt;p&gt;This is a paragraph&lt;/p&gt; Check the w3schools.org site for HTML how to's.


Which of these is the correct description of an end-stopped line?

An end-stopped line occurs when a line that ends with a full pause or break in the meter is followed by punctuation.


What language was used to create XHTML?

HTML is in XHTML, some argue that XHTML is it's own markup