Wie kann ich bei html ein Bild zufügen das als Hintergrund fungiert, drauf sollen zwei Button (auf dem Bild). Ich mache das alles hier zum Erstmal, ich habe mir viele Videos angesehen, wenn man es nicht weiß, nervt es einfach nur.
Homepage.html
<!DOCTYPE html>
<html lang="de">
<head>
<link rel="stylesheet" href="seit1.css" type="text/css">
<title>Community</title>
<img src="<style type=" text />css">
<style type="text/css">
.auto-style1 {
width: 1920px;
height: 1200px;
}
</style>
<p>
<img class="auto-style2" src="file:///C:/Users/PC/Desktop/Neuer%20Ordner%20(2)/front%201%20-%20Kopie.jpg" />
</p>
</head>
<body>
<h1></h1>
<form action="mailto:email_address" method="POST">
<br><input type="text" name="realname" size="15"><b>Name</b>
<br><input type="text" name="email" size="15"><b>Adresse</b>
<br>
</form>
</body>
</html>
****Hintergrund.css ****
<style type="text/css">
.auto-style2 {
width: 1920px;
height: 1200px;
}
</style>
<p>
<img class="auto-style2" src="file:///C:/Users/PC/Desktop/Neuer%20Ordner%20(2)/front%201%20-%20Kopie.jpg" /></p>