|
![]() Web Design Handbook « xHTML
xHTML is HTML that conforms to XML syntax: The major difference being that XML tags are nested so that every tag inside an tag is closed before the outer tag is closed and all tags need to be closed -- For example:
Valid HTML This is OK in HTML This can be confusing It also creates a design issue, when style of center and div tags are different.
In xHTML |