Pro Coders Home

We beleive in well formed Web pages and will make sure that all pages in your site are rendered properly.
The most important aspect of xhtml is that it ensures that pages will open on any platform,
cell phones, personal digital assistants and of course Desktop and Laptop computers.
It ensures the integrity of your document's structure. Below are examples of xhtml tags at work on this page.

Headings Draw the users Eye to a point on the page.

This is a heading 1 tag

This is a heading 2 tag

This is a heading 3 tag

This is a heading 4 tag

This is a heading 5 tag
This is a heading 6 tag

Use heading tags to indicate a different section of the text.
It helps the user find what they are looking for on the page.
The headings are easy to scan across and down the page.

To emphasize text or embolden words use these tags;

Emphasized (Italics) text
Strong (Bold) text

Valid XHTML 1.0 Transitional Click here to go to the xhtml code validation page. Valid CSS! Click here to validate CSS.