You Are Here: > Web Design > Browser Quirks

Site Directory
News

Browser quirks can be the bane of a web designer's life. Here is one.

ID Versus Name

Be careful not to name elements with the same value as another element's ID.

  <a name="idVersusName"></a>
  <span id="idVersusName"></span>
Search the Site