<!DOCTYPE html>
<html>
<body>
  <b>This text is bold(テキストが太字で表示されます。)</b>
  <br>
  <strong>This text is strong(これは、強い意味があるときに使用します。)</strong>
  <br>
  <i>This text is italic(これはイタリックテキストで表示されます。)</i>
  <br>
  <em>This text is emphasized(これは強調されたテキストを表示します。)</em>
  <br>
  <small>This text is small font-size(これは、フォントのサイズが小さく表示されます。</small>
  <br>
  <mark>This element is mark text(この要素は、テキストにマークが表示されます。</mark>
  <br>
  <ins>This element is represent inserted (added) text(これはテキストに下線が表示されます。)</ins>
  <br>
  This is <sub>subscripted</sub> text(これは、テキストを下に少しずらし表示されます。)
  <br>
  This is <sup>superscripted</sup> text(これは、テキストを少し上にずらし表示されます。)
  </body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.