test/index.html

18 lines
418 B
HTML

<html>
<head>
<title>My Testproject</title>
</head>
<body>
<h1> Welcome to my Testproyect</h1>
<p>So here i have to show an Image of a Cat</p>
<p>but i also want to show you a Dog and a Ferret</p>
<p>(to learn)</p>
<img src="cat.jpg" alt="cat" />
<img src="dog.jpg" alt="dog" />
<img src="ferret.jpg" alt="ferret" />
</body>
</html>
<table> </table>