23 lines
675 B
HTML
23 lines
675 B
HTML
|
<!DOCTYPE html>
|
||
|
<!--
|
||
|
To change this license header, choose License Headers in Project Properties.
|
||
|
To change this template file, choose Tools | Templates
|
||
|
and open the template in the editor.
|
||
|
-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>TP6 et titre déformés</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" href="style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>
|
||
|
<h1 class="titre1">Bonjour</h1>
|
||
|
<h2 class="titre2">Test</h2>
|
||
|
<h3 class="titre3">Déformation</h3>
|
||
|
<h4 class="titre4">Un autre texte</h4>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|