Archive for the ‘XHTML’ Category
XHTML Why Use it?
The World Wide Web Consortium is continually striving to improve how webpages appear to the end user. Today more than ever there is the need to display properly on more devices.
So Why Use XHTML?
XHTML is a stricter version of HTML. It requires that nested tags are closed in the sequence in which they were added. So for example if you use a paragraph followed by a bold or strong tag the bold or strong tag must be closed before the paragraph tag is closed. Empty tags must be closed with the backslash.
All styles must be in a Cascading Style Sheet (CSS). This helps with the proper display of fonts and other layout on different devices.
These are just a few of the changes that will be found in XHTML others can be viewed at the W3C.
Everyone should consider moving to this type of document as it is the future.