Skip to content
Snippets Groups Projects
Commit d29c46ce authored by Thomas Fritsch's avatar Thomas Fritsch
Browse files

format readme

parent 276eff54
No related branches found
No related tags found
No related merge requests found
......@@ -63,17 +63,17 @@ _**L'objectif de cet exercice est d'utiliser une classe à l'intérieur d'une au
... le code HTML généré sera :
```html
<article class="pizzaThumbnail">
<a href="https://images.unsplash.com/photo-1532246420286-127bcd803104?fit=crop&w=500&h=300">
<img src="https://images.unsplash.com/photo-1532246420286-127bcd803104?fit=crop&w=500&h=300" />
<section>
<h4>Regina</h4>
<ul>
<li>Prix petit format : 6.50 €</li>
<li>Prix grand format : 9.95 €</li>
</ul>
</section>
</a>
</article>
<a href="https://images.unsplash.com/photo-1532246420286-127bcd803104?fit=crop&w=500&h=300">
<img src="https://images.unsplash.com/photo-1532246420286-127bcd803104?fit=crop&w=500&h=300" />
<section>
<h4>Regina</h4>
<ul>
<li>Prix petit format : 6.50 €</li>
<li>Prix grand format : 9.95 €</li>
</ul>
</section>
</a>
</article>
```
... et le rendu obtenu dans la page sera celui-ci :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment