LoginSignup
1
1

More than 5 years have passed since last update.

HTMLで半角<>を表示させる

Last updated at Posted at 2016-02-24

HTMLで「<>」を表示させる方法を書いておきます。
通常、HTMLソースで「<>」を書くとタグとして認識されてしまいます。

&lt;」で「<」になり、
&gt;」で「>」になります。

less than, greater than とおぼえよう。 ちなみに左はleft。

すごく短いですが毎日書くこと優先で。

1
1
2

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
1
1