You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<!DOCTYPE html> <!-- Doctype HTML5 -->
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link type="text/css" rel="stylesheet" href="style.css">
|
|
<title>Image</title>
|
|
<a href="images.html">Images</a>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<img src="img/video_game3.jpeg">
|
|
</div>
|
|
</body>
|
|
</html>
|