Formatage HTML
by toubia95
HTML
<h1>Titre h1</h1>
<h2>Titre h2</h2>
<h3>Titre h3</h3>
<h4>Titre h4</h4>
<h5>Titre h5</h5>
<h6>Titre h6</h6>
<p>Paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe.</p>
<strong>Intertitre</strong>
<p><abbr title="Stade Lorrain Université Club">SLUC</abbr> Nancy Paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe paragraphe.</p>
<strong>Image</strong><br>
<img src="http://placehold.it/350x150" alt="Description image" title="Titre image">
<img src="/http://placehold.it/350x150" alt="Description image" title="Titre image">
CSS
/*
body {font-family:arial;}
h5, h6 {text-transform: uppercase;color:grey;}
abbr {border-bottom:1px dotted silver;}
*/