Sunday, November 11, 2007

What beautifui HTML code looks like

Found this great link ! Updating my html samples :-)

Blogged with Flock

2 comments:

  1. FYI: I have had numerous issues dealing with browser support for the DOCTYPE. I like to use it on my HTML, but when I combine that with JavaScript libraries like the AWX, and some other libraries, things seem to break down.

    Removing the DOCTYPE puts the browsers in a sort of "quirks" mode where things work.

    That said, I like the link for the HTML code. Very nice.

    ReplyDelete