<hr />
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.
WIDTH="80"
<BR> tag stands for line break. This is the first line <BR> This is the second line In HTML the above code will get displayed as: This is the first line This is the second line
Correct HTML tag for inserting a line break? you can use <br/>
Line breaks are inserted using the empty BR entity: <br /> You can enclose a paragraph inside a P entity: <p>This is a paragraph</p> Check the w3schools.org site for HTML how to's.
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.
WIDTH="80"
A "line break" causes the text to break to the next line. In HTML, that tag looks like this: <br>. In XHTML, it looks like this: <br /> 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.)
a <!DOCTYPE>declaration
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/ ]
<br>
<BR> tag stands for line break. This is the first line <BR> This is the second line In HTML the above code will get displayed as: This is the first line This is the second line
(1) XHTML 1.0 Strict(2) XHTML 1.0 Transitional(3) XHTML 1.0 Frameset
Correct HTML tag for inserting a line break? you can use <br/>
Line breaks are inserted using the empty BR entity: <br /> You can enclose a paragraph inside a P entity: <p>This is a paragraph</p> Check the w3schools.org site for HTML how to's.
An end-stopped line occurs when a line that ends with a full pause or break in the meter is followed by punctuation.
HTML is in XHTML, some argue that XHTML is it's own markup