Tag Archives: HTML

My online profile site  www.whiteinternet.com/iain/ is XHTML 1.0 strict and CSS level 2.1 valid. My pages display the appropriate icons on the pages of this site, but I know that many developers frown on displaying these icons. Some Developers think … Continue reading

Posted in General | Tagged , , , | Leave a comment

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

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