2019-01-10 13:12:44 +00:00
|
|
|
<html>
|
2019-01-11 09:31:12 +00:00
|
|
|
<head>
|
2019-01-10 13:12:44 +00:00
|
|
|
<title>My Testproject</title>
|
|
|
|
</head>
|
2019-01-11 09:31:12 +00:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|