예시example
예시<sup>example</sup>
크기는 12px이고 색상은 초록색인 텍스트
<span style="font-size: 12px; color: green">크기는 12px이고 색상은 초록색인 텍스트</span>
Generic sans-serif text
Generic serif text
Generic monospace text
Times New Roman text
┌──────────┬──────────┬─────────────────────┐
│ Planet │ R (km) │ mass (x 10^29 kg) │
├──────────┼──────────┼─────────────────────┤
│ Sun │ 696000 │ 1.9891e+09 │
├──────────┼──────────┼─────────────────────┤
│ Earth │ 6371 │ 5973.6 │
├──────────┼──────────┼─────────────────────┤
│ Moon │ 1737 │ 73.5 │
├──────────┼──────────┼─────────────────────┤
│ Mars │ 3390 │ 641.85 │
└──────────┴──────────┴─────────────────────┘
<style> .monospace-code-font { font-family: Consolas; } </style> <pre class=""><code class=""><span class="monospace-code-font"> ┌──────────┬──────────┬─────────────────────┐ │ Planet │ R (km) │ mass (x 10^29 kg) │ ├──────────┼──────────┼─────────────────────┤ │ Sun │ 696000 │ 1.9891e+09 │ ├──────────┼──────────┼─────────────────────┤ │ Earth │ 6371 │ 5973.6 │ ├──────────┼──────────┼─────────────────────┤ │ Moon │ 1737 │ 73.5 │ ├──────────┼──────────┼─────────────────────┤ │ Mars │ 3390 │ 641.85 │ └──────────┴──────────┴─────────────────────┘ </span></code></pre>