Kòd
Dokimantasyon ak egzanp pou montre blòk kòd aliy ak multiliy ak Bootstrap.
Anvlope fragman nan kòd ak <code>
. Asire w ou chape HTML ang parantèz.
Pou egzanp,
<section>
yo ta dwe vlope kòm inline.
For example, <code><section></code> should be wrapped as inline.
Sèvi ak <pre>
s pou plizyè liy kòd. Yon fwa ankò, asire w ke ou chape anba nenpòt parantèz ang nan kòd la pou rann apwopriye. Opsyonèlman, ou ka ajoute .pre-scrollable
klas la, ki pral mete yon wotè maksimòm de 350px epi bay yon ba defile aks y.
<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>
Pou endike varyab itilize <var>
tag la.
y =
m
x +
b
<var>y</var> = <var>m</var><var>x</var> + <var>b</var>
Sèvi ak la <kbd>
pou endike opinyon ki tipikman antre atravè klavye.
Pou chanje repèrtwar, tape
cdswiv non anyè a.
Pou modifye paramèt yo, peze ctrl + ,
Pou modifye paramèt yo, peze 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>
Pou endike pwodiksyon echantiyon nan yon pwogram itilize <samp>
tag la.
Tèks sa a vle di yo dwe trete kòm rezilta echantiyon nan yon pwogram òdinatè.
<samp>This text is meant to be treated as sample output from a computer program.</samp>