2020.07.04

Hello World

Block Elements

見出し2

見出し3

見出し4

見出し5
見出し6

Block 段落

段落1

段落2

Br 改行

改行の前に半角スペースを2つ記述します。

hoge
fuga
piyo

Blockquotes 引用

引用
引用

多重引用

Code コード

print 'hoge'

インラインコード

これは インラインコードです。

pre 整形済みテキスト

class Hoge
    def hoge
        print 'hoge'
    end
end

Hr 水平線

hoge


hoge


Lists

Ul 箇条書きリスト

  • リスト1

    • リスト1_1

      • リスト1_1-1
      • リスト1_1-2
    • リスト1_2
  • リスト2
  • リスト3

Ol 番号付きリスト

  1. 番号付きリスト1

    1. 番号付きリスト1-1
    2. 番号付きリスト1-2
  2. 番号付きリスト2
  3. 番号付きリスト3

Span Elements

Link リンク

Google

外部参照リンク

Yahooを見る

強調

em

これは イタリック です これは イタリック です

strong

これは ボールド です これは ボールド です

em + strong

これは イタリック&ボールド です これは イタリック&ボールド です

Images 画像

サンプル

Table 表

HTML CSS JavaScript PHP RUby Python
TD1 TD3 TD5 TD7 TD9 TD11
TD2 TD4 TD6 TD8 TD10 TD12
左揃え 中央揃え 右揃え
1 2 3
4 5 6
example-file.js
alert('how cool is this!');

alert('how cool is this!');
alert('how cool is this!');

alert('how cool is this!');