Difference between revisions of "ASCII ART"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
A smiley face in ASCII art. | A smiley face in ASCII art. | ||
<html> | <html> | ||
− | <div> |------| </div> | + | <head><style type="text/css"> |
− | + | div { | |
− | + | font:courier; | |
− | + | } | |
− | + | </style></head> | |
+ | <body> | ||
+ | <div> |------| </div> | ||
+ | <div> | * * | </div> | ||
+ | <div> | | | </div> | ||
+ | <div> | \__/ | </div> | ||
+ | <div> |______| </div> | ||
+ | </body> | ||
</html> | </html> | ||
[[Category:Techniques]] | [[Category:Techniques]] |
Revision as of 17:43, 9 April 2014
A smiley face in ASCII art.
|------|
| * * |
| | |
| \__/ |
|______|