Top "Xhtml" questions

XHTML is the traditional name for what is now formally called the XML syntax of HTML, as opposed to the more commonly used HTML syntax, both of which are defined by the HTML5 standard.

Euro sign in HTML

The euro (€) is the official currency in 22 European states. In HTML there are different possibilities to display the sign €: &…

html xhtml sign euro
Convert html to doc in java

I would like to convert either an html or xhtml document (preferably with styles) to Microsoft .doc and/or .docx …

java html xhtml docx doc
Facebook open graph meta tags & valid html

Possible Duplicate: Html validation error for property attribute According to facebook to use their like button and the open graph …

facebook xhtml facebook-opengraph
Why <big> is not in HTML 5 Tag list while <small> is?

Shouldn't both be removed? Or does it mean we should use <small>? Why is <big> removed …

css xhtml web-standards semantic-markup html
Get selected text and selected nodes on a page?

When selecting a block of text (possibly spanning across many DOM nodes), is it possible to extract the selected text …

javascript firefox xhtml firefox-addon selection
What are the different doctypes in html and what do they mean?

As the title describes, what are the different doctypes available and what do they mean? I notice that the layout …

html xhtml doctype
Is writing self closing tags for elements not traditionally empty bad practice?

I have noticed jQuery (or is it Firefox) will turn some of my <span class="presentational"></span&…

xml html xhtml
Why do we need disabled="disabled"?

It seems to be common consensus that for XHTML attributes which do not require any value, we should repeat the …

html web xhtml
what actually is PCDATA and CDATA?

it seems that a loose definition of PCDATA and CDATA is that PCDATA is character data, but is to be …

html xml xhtml cdata pcdata
<strong> vs <em>?

What is the difference? Both of them emphasize the text. The <em> tag shows text as italics, whereas &…

html xhtml semantics