構造を視覚化する

Websites as graphs - an HTML DOM Visualizer Applet*で当ウェブサイトを見てみる。構造(この場合はHTMLのDOMツリー)を視覚化することによってデータマイニングに利用できる技術のデモといったところでしょうか。
色分けされた点の意味は以下のようになっているとのこと。画像上・中心よりちょっと左にあるグレーのタンポポの綿帽子の中心が Index ファイルのようです。
What do the colors mean?
- blue: for links (the A tag)
- red: for tables (TABLE, TR and TD tags)
- green: for the DIV tag
- violet: for images (the IMG tag)
- yellow: for forms (FORM, INPUT, TEXTAREA, SELECT and OPTION tags)
- orange: for linebreaks and blockquotes (BR, P, and BLOCKQUOTE tags)
- black: the HTML tag, the root node
- gray: all other tags

