HTML-Advisor
Mostly practical advices

Category ‘XHTML’ Archive

HTML Validator

Saturday, August 4th, 2007

HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing. The details of the errors are seen when looking the HTML source of the page.
The extension is based on [...]

Web Developer extension

Saturday, August 4th, 2007

The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock, Mozilla and Seamonkey, and will run on any platform that these browsers support including Windows, Mac OS X and Linux.
It is created by Chris Pederick in order to handle dozens of [...]

Is XHTML good enough?

Monday, July 30th, 2007

There are many false benefits of XHTML promoted on the Web. Let’s clear up some of them at a glance:

XHTML does not promote separation of content and presentation any more than HTML does. XHTML has all of the same elements and attributes (including presentational ones) that HTML has, and it doesn’t offer any additional CSS [...]

What Goes Into a Web Page?

Wednesday, September 20th, 2006

HTML has come a long way from its humble beginnings. However, despite the fact that you can use HTML (and its derivatives) for much more than serving up static text documents, the basic organization and structure of the HTML document remains the same. Before we dive into the specifics of various elements of HTML, it [...]

Benefits of Using Unordered Lists

Friday, August 4th, 2006

The List Concept
When marking up content which could be defined in some way as a list, you should consider using an unordered list (<ul>) for presentation. Not only does it improve the readability of your HTML code, it also applies meaning to content which would otherwise have none.
Underused and maligned
Many sites avoid using unordered lists [...]

Page 1 of 212»