User:Piphi/Asymptote/HTML5


[asy] /**  * HTML5  *  * Made by piphi  *   * For more information go to the link below.  * https://artofproblemsolving.com/wiki/index.php/User:Piphi/HTML5  */  fill((0,730)--(59,74)--(321,0)--(583,74)--(643,730)--cycle, rgb(228,77,38)*0.9+brown*0.1); fill((321,676)--(321,57)--(534,116)--(584,676)--cycle, rgb(241,101,41));  fill((321,596)--(522,596)--(515,515)--(321,515)--cycle, white); fill((321,433)--(508,433)--(486,186)--(321,140)--(321,224)--(411,248)--(420,353)--(321,353)--cycle, white); fill((321,596)--(119,596)--(141,353)--(321,353)--(321,433)--(214,433)--(207,515)--(321,515)--cycle, lightgrey*0.5+white*0.5); fill((321,224)--(231,248)--(225,312)--(145,312)--(156,186)--(321,140)--cycle, lightgrey*0.5+white*0.5); [/asy]

HTML5 is a markup language used for structuring and presenting content on the internet.

This was pretty simple to make, just a lot of line segments.

HTML5

See Also