Testproject
This commit is contained in:
parent
0aa16989b8
commit
987bb17ef3
1 changed files with 15 additions and 5 deletions
20
index.html
20
index.html
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue