Created
November 18, 2016 04:35
-
-
Save butchi/d131832771269d7928cb620bf955ca17 to your computer and use it in GitHub Desktop.
ValidなHTMLでHello Worldコードゴルフ ref: http://qiita.com/butchi_y/items/903f25bafc6f4d3da117
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html><title>Hello, world!</title><style>head,title{display:block} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>b</title> | |
| </head> | |
| <body> | |
| Hello, world! | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html><title>b</title>Hello, world! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment