Difference between revisions of "User:Piphi/HTML5"

(Created page with "<center><asy> * * HTML5 * * Made by piphi * * For more information go to the link below. * https://artofproblemsolving.com/wiki/index.php/User:Piphi/HTML5: fill((...")
 
m (HTML5 Logo)
Line 21: Line 21:
 
HTML5 is a markup language used for structuring and presenting content on the internet.
 
HTML5 is a markup language used for structuring and presenting content on the internet.
  
This pretty simple, just a lot of line segments.[[Image:HTML5_Logo.png|thumb|200px|right|HTML5]]
+
This was pretty simple to make, just a lot of line segments.[[Image:HTML5_Logo.png|thumb|200px|right|HTML5]]
  
 
== See Also ==
 
== See Also ==
 
* [https://www.w3.org/TR/2017/REC-html52-20171214/ HTML5]
 
* [https://www.w3.org/TR/2017/REC-html52-20171214/ HTML5]
 
* [[User:Piphi#Asymptote | More Drawings Like This]]
 
* [[User:Piphi#Asymptote | More Drawings Like This]]

Revision as of 14:24, 16 May 2020

[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