| 12345678 |
- <div id="snippet-basic-styles">
- <p>When you need to make something seem very important, <strong>bold seems to be the right choice</strong>.</p>
- <p>Italics can be used for foreign words like the Greek <em>týpos</em> — „reflection, form” and <em>gráphō</em> — „I am writing”, which form „typography”.</p>
- <p>It is rather rare to use underlined text <u>as this stands out very much and should be used with extreme caution</u>.</p>
- <p>There are also situations when we need to remove something, for example during collaborative editing. <s>The strikeout is a right choice then</s>.</p>
- <p>If you are dealing with software development, having the option to mark the inline code like <code>printf("hello, world\n");</code> is also very useful.</p>
- <p>These are also <sub>subscript</sub> and <sup>superscript </sup>types that you may utilize in chemistry or in math related texts where you have things like H<sub>2</sub>O or x<sup>2</sup>.</p>
- </div>
|