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.
20 lines
542 B
20 lines
542 B
<html>
|
|
<head>
|
|
<title>test-img-css.html </title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<center><h1>Page de test simple + image + css</h1></center>
|
|
<ul>
|
|
<li><a href="test.html">Page de test simple</a></li>
|
|
<li><a href="test-img.html">Page de test avec une image</a></li>
|
|
<li><a href="test-img-css.html">Page de test avec CSS et image</a></li>
|
|
</ul>
|
|
<center>
|
|
<img src="imgs/img.gif"></img>
|
|
<p>
|
|
<a href="http://en.wikipedia.org/wiki/File:Newtons_cradle_animation_book_2.gif">Source</a>
|
|
</center>
|
|
</body>
|
|
</html>
|