http://ja.wikipedia.org/wiki/Hello_world%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%A0%E3%81%AE%E4%B8%80%E8%A6%A7 より。

Format
XHTML
Post date
2013-09-06 17:21
Publication Period
Unlimited
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  5. <head>
  6. <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
  7. <title>Hello, World!</title>
  8. </head>
  9. <body>
  10. <p>Hello, World!</p>
  11. </body>
  12. </html>
다운로드 Printable view

URL of this paste

Embed with JavaScript

Embed with iframe

Raw text