2020-05-01 20:56:26 +02:00

63 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="fr-FR">
<head>
<meta charset="utf-8" />
<title>TD4 Manipulation de fichiers</title>
</head>
<body>
<p class="table">
Renault Peugeot Citroen Volkswagen<br class="short" /> Twingo 107 C1 Lupo<br class="short" /> Clio 207 C3 Polo<br class="short" /> Megane 308 C4 Golf<br class="short" /> Laguna 508 C5 Passat <br class="short" />
</p>
<h1>TD4 Manipulation de fichiers</h1>
<style>
h1 {
text-align: center;
color: blue;
}
h2 {
text-align: left;
color: DeepSkyBlue;
}
p {
font-weight: bold;
color: grey;
}
p.table {
font-weight: inherit;
color: black;
}
br {
line-height: 3em;
}
br.short {
line-height: 1em;
}
br#long {
line-height: 10em;
}
strong.mandatory {
color: red;
}
div {
border: 1px;
border-color: black;
border-style: solid;
}
</style>
</body>
</html>