Testproject

This commit is contained in:
nglettig 2019-01-11 10:31:12 +01:00
parent 0aa16989b8
commit 987bb17ef3
1 changed files with 15 additions and 5 deletions

View File

@ -1,8 +1,18 @@
<html> <html>
<head> <head>
<title>My Testproject</title> <title>My Testproject</title>
</head> </head>
<body>
<h1>Welcome to my Testproject</h1> <body>
</body> <h1> Welcome to my Testproyect</h1>
</html> <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>