answersLogoWhite

0

What is the body xhtml tag?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

<body>All text goes here</body>

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Which type of CSS is coded in the body of the web page as an attribute of an Xhtml tag?

Embedded


What are benefits of XHTML?

In the xhtml we can define our self tag means here is user define tag but in HTML it is not.


Is the 'div' tag part of HTML or XHTML?

The "div" tag is part of both languages.


What property in the XHTML link tag when configuring CSS to display a printed page?

If you mean: When configuring CSS to display a printed page, what property is used in the XHTML link tag?The answer is: the media attribute or media="print"Example:


What is the tag for break or return?

&lt;br&gt; Yep, it's that simple for simple HTML ^^ If you are working with XHTML however, the tag will be &lt;br /&gt;


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 &lt;blockquote&gt; tag. the &lt;blockquote&gt; 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 comments tag?

To add a comment in HTML 4, 5, or XHTML, you can use the comment tag. The tag looks like this: &lt;!-- This is a comment. This is only a comment --&gt; You can only use two hyphens in XHTML, and the space must be present for validation. This can be a multi-line comment by simply adding newlines. &lt;!-- This is a comment. This is only a comment --&gt;


What is an empty HTML element which does not have a closing tag?

&lt;html&gt; &lt;body&gt; &lt;div&gt;&lt;/div&gt; &lt;/body&gt; &lt;/html&gt; that is an empty div tag, there is nothing in between the &lt;div&gt; and &lt;/div&gt;


What is the difference between p tag and h4 tag?

Tags define elements. The P tag introduces a paragraph. The H4 tag introduces a fourth-level heading. A P element does not require a closing tag in HTML, but does in XHTML.


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.


Should xhtml have its doctype declaration be closed?

You will generally want to end any tag that does not have a closing tag with "/" at the end before closing it. The DTD Doctype declaration is the exception since the HTML tag is not opened until after it.


What is definition of singular tag?

There doesn't seem to be an official definition but a singular tag is a tag that is not used as a pair of tags. XHTML validating examples of singular tags are: &lt;br /&gt; &lt;hr /&gt; &lt;img /&gt; Note that the &lt;img /&gt; tag will require additional attributes to display an image.