Etudes/BTS/Web/Premiere annee/2CSS4/index.html

28 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2016-10-14 15:52:18 +00:00
<!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>selecteur d'enfants</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>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<br />
<img src="http://www.joomlaworks.net/images/demos/galleries/abstract/7.jpg" alt="image">
<br />
<strong>Test de strong</strong>
<br />
<em>Test de EM</em>
</p>
</div>
</body>
</html>