Tag: css

  • How to Create Hyperlink DIV Elements

    Today, I encountered a problem: making div element a hyperlink. For example: It works, but SHOULD NOT be used. Because it is against the web law: W3C (X)HTML specifications! A very basic (and valid) solution: However my case was a little bit more difficult: We already know that is not a valid layout. Because a…