Want to convert your web page into a artistic graphic? Yes, you can. The HTML source code in a web page is a tree-structure, and every HTML tag have different attributes and information.
Just expand this HTML tag, and use different color to represent different attribute. You can then see a nice graphic.
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
This is http://www.google.com graphic
This is http://www.dell.com graphic
This is http://www.evinco-software.com/eng/ graphic
Just go to http://www.aharef.info/static/htmlgraph/ and type your URL, you can get your graphic. Let’s try it.
Funny but no use in fact.