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.
17 lines
460 B
17 lines
460 B
<html>
|
|
<title>test-img.html </title>
|
|
<body>
|
|
<center><h1>Page de test simple + image</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>
|