Skip to content

Instantly share code, notes, and snippets.

@butchi
Created November 18, 2016 04:35
Show Gist options
  • Save butchi/d131832771269d7928cb620bf955ca17 to your computer and use it in GitHub Desktop.
Save butchi/d131832771269d7928cb620bf955ca17 to your computer and use it in GitHub Desktop.
ValidなHTMLでHello Worldコードゴルフ ref: http://qiita.com/butchi_y/items/903f25bafc6f4d3da117
<!DOCTYPE html><title>Hello, world!</title><style>head,title{display:block}
<!DOCTYPE html>
<html>
<head>
<title>b</title>
</head>
<body>
Hello, world!
</body>
</html>
<!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