Skip to content

Instantly share code, notes, and snippets.

View ktzanev's full-sized avatar

Kroum Tzanev ktzanev

  • Université de Lille
View GitHub Profile
@ktzanev
ktzanev / dabblet.html
Last active March 12, 2017 14:04
S + DEL example
<p>
Un mot <s>barré</s> et un mot <del>supprimé</del>.
</p>
@ktzanev
ktzanev / dabblet.html
Last active March 12, 2017 14:04
U + INS example
<p>
Un mot <u>souligné</u> et un mot <ins>rajouté</ins>.
</p>
@ktzanev
ktzanev / dabblet.html
Last active March 12, 2017 14:04
MARK example
<p>
Un mot <mark>marqué</mark>.
</p>
@ktzanev
ktzanev / dabblet.html
Last active March 12, 2017 14:04
SMALL example
<h1>
<small>Asterix</small> & Obelix
</h1>
@ktzanev
ktzanev / dabblet.html
Last active March 12, 2017 14:05
SUB + SUP example
<p>
Th <sub>&pi;</sub> : a<sup>2</sup>+b<sup>2</sup> = c<sup>2</sup>
</p>
@ktzanev
ktzanev / dabblet.html
Last active March 12, 2017 14:05
UL +LI example
<h4>Liste des courses</h4>
<ul>
<li>pain</li>
<li>vin</li>
<li>boursin <sup><small>&copy;</small></sup></li>
</ul>
@ktzanev
ktzanev / dabblet.html
Last active March 12, 2017 14:05
OL + LI example
<h4>Des choses à faire aujourd'hui</h4>
<ol>
<li>apprendre HTML;</li>
<li>finir mon mémiore en XeLaTeX;</li>
<li>acheter des fleurs pour maman!</li>
</ol>
@ktzanev
ktzanev / dabblet.css
Last active March 12, 2017 14:05
DL + DT + DD example
dt {
font-weight: bold;
padding: 7px;
}
@ktzanev
ktzanev / dabblet.css
Last active March 12, 2017 14:05
BLOCQUOTE + Q + CITE example
blockquote {
border-left: solid 7px LightGray;
padding-left: 1em;
}
@ktzanev
ktzanev / dabblet.html
Last active March 12, 2017 14:05
PRE example
<pre>
Because,
she will fall again.
And again.
And again.
And again.