Why XHTML Modularization?

The XHTML modularization model defines the modules of XHTML.
XHTML is a simple, but large language. XHTML contains most of the functionality a web developer will need.

For some purposes XHTML is too large and complex, and for other purposes it is much too simple.

By splitting XHTML into modules, the W3C (World Wide web Consortium) has created small and well-defined sets of XHTML elements that can be used separately for simple devices as well as combined with other XML standards into larger and more complex applications.

With modular XHTML, product and application designers can:
* Choose the elements to be supported by a device using standard XHTML building blocks.
* Add extensions to XHTML, using XML, without breaking the XHTML standard.
* Simplify XHTML for devices like hand held computers, mobile phones, TV, and home appliances.
* Extend XHTML for complex applications by adding new XML functionality (like MathML, SVG, Voice and Multimedia).
* Define XHTML profiles like XHTML Basic (a subset of XHTML for mobile devices).

How to get approved google adsense account

Hi there,

if you are not able to get google adsense account then don't worry.

Just follow the following step after that you will be able to get account :




click on the above link and create login then apply for adsense account from indyrock which link located as 'Earnings *Google AdSense' top right corner.

Note that, to getting google adsense account you have to done following step :

1)Your profile must be completed by 50%,
2)You have minimum 2 blogs on indyrock,
3)you have to upload minimum 10 photo,

Please try and I assured you that you'll able to get account.

if you have any query don't hesitate to click here

Best of luck.

Is XHTML Element Name Case Sensitive?

Yes, XHTML element names are case sensitive. All element names must be written in lower case letters.

What Is Wrong with My "checked" Attribute Values?

Attribute "checked" is an optional attribute for XHTML element "input". In XHTML specification, attribute "checked" has only predefined value: "checked". However, in HTML specification, attribute "checked" requires no value.

If you are converting existing HTML documents to XHTML format, you will get some syntax error on your pre-selected items in radio buttons, check boxes and dropdown lists, "checked" attributes are used without any values.

What is a "span" Tag/Element?

A "span" element is an inline element that you can use a container of inline elements and text contents. By default, browsers will do nothing on "span" elements unless specify some CSS properties in them. Here are basic rules about an "span" element:

  1. "span" elements are inline elements.
  2. "span" elements can have PCDATA as contents.
  3. "span" elements can have inline elements as sub-elements.
  4. "span" elements can not have any block elements as sub-elements.
  5. A "span" element will be ignored by most browsers, unless it has some CSS properties.

What Is a "div" Tag/Element?

A "div" element is a block element that you can use a container of flow elements (flow elements are really the superset of both inline elements and block elements). By default, "div" elements will be treated as paragraphs by most browsers. Here are basic rules about an "div" element:

  1. "div" elements are block elements.
  2. "div" elements can have PCDATA as contents.
  3. "div" elements can have inline elements as sub-elements.
  4. "div" elements can have block elements as sub-elements.
  5. A "div" element will be displayed as a paragraph by most browsers.

How To Validate XHTML Documents Online?

If you have just finished a new XHTML document, and you want to make sure that confirms with the XHTML specification, you can use the XHTML online validator at http://validator.w3.org/.

There are 3 ways you can use this validator:

  1. By URL - Specify the URL where your XHTML document is located, and click "Check".
  2. By File Upload - Use the "Browse" to locate an XHTML document on your local hard disk, and click "Check".
  3. By Direct Input - Copy & paste the content of an XHTML document to the input area, and click "Check".

The validator will return a page with validation result.