HTML-Advisor
Mostly practical advices

Posts Tagged ‘attribute’

Main SEO mistakes

Tuesday, May 20th, 2008

Splash Page
I’ve seen this mistake many times where people put up just a big banner image and a link “Click here to enter” on their homepage. Next case – the “enter” link is embedded in the Flash object. Google’s spider can crawl .swf files, indexing the text inside them and following the links they [...]

  • SEO
  • May 20th, 2008
  • 0

CSS Organization Part 1

Sunday, June 4th, 2006

With nearly ubiquitous standards support among modern browsers, we’re turning to CSS to handle presentational heavy lifting more than ever. The more we rely upon CSS, the larger and more complex CSS files become. These files bring with them a few maintenance and organizational challenges.
Gone are the days of creating a single CSS file and [...]

  • CSS
  • Jun 4th, 2006
  • 0

The title and alt attributes

Sunday, June 4th, 2006

When browser vendors bend the standards and implement something in a different way than what the specification states, they may cause problems, or at least confusion. One example of this is the way certain browsers, the most widely used being Internet Explorer for Windows, handle alt attributes (popularly and incorrectly referred to as “alt tags”).
Alternate [...]