HTML-Advisor
Mostly practical advices

Posts Tagged ‘example’

Hide Email with JavaScript / jQuery

Sunday, August 5th, 2007

Why should you hide your email address from site visitors? Don’t you want your visitors to email you?
Well, yes you do, but many webmasters make the mistake of prominently displaying there email address on each web page only to find that they are inundated with spam.
However you cannot simply remove your email address as [...]

Semantics, HTML, XHTML, and Structure

Monday, June 19th, 2006

Introduction
Good HTML structure is based on logic, order, and using semantically correct markup. If you have a heading use the heading element, beginning with the H1 element. If you have a paragraph, use a paragraph element. If you have a list, use a list item element. If you’re quoting a few lines, use a blockquote [...]