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>
|
||||
<head>
|
||||
<head>
|
||||
<title>My Testproject</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to my Testproject</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in a new issue