Code
Documenta et exempla ad inlineas et multiplices caudices codicis cum Bootstrap proponendi.
Wrap inline excerpta of code with <code>
. Vide ut uncis angulus HTML evadat.
Velut
<section>
inlinere debet.
For example, <code><section></code> should be wrapped as inline.
Utere <pre>
s pluribus lineis codicis. Iterum, cave ne quis angulus uncis in codice debitae reddendae. Classem optione addere .pre-scrollable
potes quae max-altitudinis 350px ponet et in scrollbar y-axis providebit.
<p>Sample text here...</p>
<p>And another line of sample text here...</p>
<pre><code><p>Sample text here...</p>
<p>And another line of sample text here...</p>
</code></pre>
Ad indicandas variabiles pro elemento utuntur <var>
.
y =
m
x +
b
<var>y</var> = <var>m</var><var>x</var> + <var>b</var>
Utere <kbd>
ad indicandum initus quod typice intravit per tincidunt.
Ad directoria flectendum, genus
cdnomen indicem secuta est.
Recensere occasus, torcular ctrl + ,
Recensere occasus, torcular ctrl + ,
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br>
To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>
Ad demonstrandum specimen output ex programmatis programma utendum <samp>
.
Hic textus a programmate computatorio output exempli causa tractandus est.
<samp>This text is meant to be treated as sample output from a computer program.</samp>