Category Archives: HTML

HTML and XHTML mark-up tips and advise.

When you add an image to a web site you should specify its dimensions. E.g. <img src=”logo.gif” width=”70” height=”80” alt=”Logo” /> If the image is given dimensions then the Browser will allocate it ‘layout space’ when it first renders the … Continue reading

Posted in HTML | Tagged , | Leave a comment

Unordered Lists (UL) and Ordered lists (OL) are great. They present data in a nice bullet point layout by default. I list of links with just a sprinkle of CSS magic can become a vertical menu, a breadcrumb menu or … Continue reading

Posted in HTML | Tagged | 7 Comments

There is some confusion about the difference between ABBR and ACRONYM tags, on the surface they appear to do the same thing. From an English language perspective an abbreviation and an acronym are both shortened forms of a word, phrase … Continue reading

Posted in HTML | Tagged | 29 Comments