answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

Nope, it is not correct XHTML. When you display nothing it is not correct format. If you want a more meaningful answer, include more information in your question.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the correct XHTML for a paragraph?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What XHTML tag is used to indent a paragraph of text?

To indent a paragraph of text using XHTML, simply enclose the paragraph in an opening and closing <blockquote> tag. the <blockquote> tag is used for quoted text, not for indenting text. If you want to indent text you need to use the text-indent with CSS.


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

WIDTH="80"


What is correct XHTML for a line break?

<hr />


Is your French paragraph correct?

"paragraph" is "paragraphe" in French.


What are the three flavors of XHTML?

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


What language was used to create XHTML?

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


Ask us anythingAn introduction paragraph a supporting paragraph and a conclusion paragraph. Is this the correct basic structure of a personal essay If not how would you have to change it?

This is not the correct basic structure. The supporting paragraph does not support the introduction so you need to have another paragraph which is the one the supporting paragraph supports.


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


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


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.


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.


When was XHTML created?

XHTML 1.0 was established on January 26, 2000.