What Are the XHTML Elements Defined with PCDATA Contents

Q

What Are the XHTML Elements Defined with PCDATA Contents? - XHTML Tutorials - Introduction To Element Content Syntax

✍: FYIcenter.com

A

The following XHTML elements are defined to use the PCDATA content model:

  • <title> - Element to provide a title to the document.
  • <style> - Element to provide a CSS to the document.
  • <script> - Element to provide a client side scripts.
  • <option> - Element to provide an option of a selection control.
  • <textarea> - Element to provide a text area control in a form.

Remember that PCDATA content elements can not have any other XHTML elements in their contents.

2007-05-12, 4686👍, 0💬