Crayon のテストです。
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<!doctype html> <html> <head> <title>HTML Test</title> <script type="text/javascript"> // Say hello world until the user starts questioning // the meaningfulness of their existence. function helloWorld(world) { for (var i = 42; --i >= 0;) { alert('Hello ' + String(world)); } } </script> <style type="text/css"> p { color: pink } b { color: blue } u { color: "umber" } </style> </head> <body> <h1>Hello world!</h1> </body> </html> |
手順
(1)新規投稿→テキストモードへ
(2)ツールのメニューボタンから「crayon」を選択
(3)テキスト入力部分にソースを入力
(4)終ったら、上部の「Add」ボタンを押下
詳細な手順は、TECH ACADEMYを参照。

