0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

HTML_5 テキストの修飾

Posted at

#物理スタイルタグ 

<b>...</b>   //太字(ボールド)
<i>...</i>   //イタリック体
<tt>...</tt>  //固定幅の文字(タイプライタフォント)
<u>...</u>   //下線つき
<strike>...</strike> <s>...</s>   //横線抹消
<big>...</big>   //周囲より大きな文字
<small>...</small>  //周囲より小さな文字
<sub>...</sub>   //下付き添字(周囲より下げて表示)
<sup>...</sup>   //上付き添字(周囲より上げて表示)

<b><i>このテキストは太字かつ斜体です</ i></b>

#整形済みテキスト

<pre> ...</pre>  //記述されたスペース・改行などを、そのまま等幅フォントで表示

#強制改行

<br> //改行

柿食えば<br>
鐘が鳴るなり<br>
法隆寺<br>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?