Etudes/BTS/Web/Premiere annee/CSS3/index.html

23 lines
605 B
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>CSS3</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>
<a href="http://google.com">visité</a>
</div>
<div>
<a href="http://one.com">non visité</a>
</div>
</body>
</html>