What Are Inline Elements

Q

What Are Inline Elements? - XHTML 1.0 Tutorials - Understanding In-line Elements and Tags

✍: FYIcenter.com

A

Inline elements are XHTML elements that can be used together with character data to form lines of paragraph blocks. Here are some basic rules about inline elements:

  • Inline elements are usually used as sub-elements of block elements.
  • Some inline elements have empty contents.
  • Some inline elements have mixed contents with text and other inline elements.
  • Some inline elements are used to specify style properties which could be achieved by CSS technologies.

2007-05-12, 4821👍, 0💬