サンプル表示結果(divタグ)
サンプルソース(source)
<div>サンプルDIV</div>
<div>sampleDIV</div>
サンプル表示結果(pタグ)
サンプルP
sampleP
サンプルソース(source)
<p>サンプルP</p>
<p>sampleP</p>
サンプル表示結果(divタグ)
サンプルソース(source)
<div align="center">サンプルalign-center</div>
<div align="right">サンプルalign-right</div>
サンプル表示結果(pタグ)
サンプルalign-center
サンプルalign-right
サンプルソース(source)
<p align="center">サンプルalign-center</p>
<p align="right">サンプルalign-right</p>
サンプル表示結果
サンプルソース(source)
<div style="font-family: 'MS 明朝','細明朝体'; font-size: 18pt">DIV書体指定</div>
サンプル表示結果
P書体指定
サンプルソース(source)
<p style="font-family: 'MS 明朝','細明朝体'; font-size: 18pt">P書体指定</p>
サンプル表示結果
サンプルソース(source)
<div style="font-size: 24pt">文字サイズ24pt</div>
サンプル表示結果
文字サイズ24pt
サンプルソース(source)
<p style="font-size: 24pt">文字サイズ24pt</p>