Html hilfe
Würden Sie gerne auf diese Nachricht reagieren? Erstellen Sie einen Account in wenigen Klicks oder loggen Sie sich ein, um fortzufahren.

Formular Beispiel

Nach unten

Formular Beispiel Empty Formular Beispiel

Beitrag von Admin Di Mai 10, 2016 2:09 pm

Hier bitte, ein einfaches Beispiel für eine Website samt Formular.  Cool



<html>
<head>
<title>Website</title>
<link rel="stylesheet" href="style_blue.css">
</head>
<body>

<h1>Einkauf</h1>
<form>
<table border=3; align=center>
<tr><td>Vorname:</td><td ><input type="text"></td></tr>
<tr><td>Zuname:</td><td><input type="text"></td></tr>

<tr><td>E-mail-Adresse:</td><td><input type="text"></td></tr>
<tr><td>Bezahlung:</td><td><input type="radio"></td><td>bar</td><td><input type="radio"></td><td>Visa</td></tr>
<tr><td>Ware:</td><td><input type="checkbox"></td><td><img src="images/blaues_Kleid.png"></td><td><input type="checkbox"></td><td><img src="images/gruene_Hose.png"></td></tr>
<tr><td><input  type="submit" value="SENDEN"></td><td><input  type="submit" value="L&Ouml;SCHEN"></td></tr>
</table>
</form>
<br>
<a href=index.htm>Home</a>

</body>
</html>





<html>
<head>
<title>Webshop</title>
<link rel="stylesheet" href="style_blue.css">
</head>
<body>
<h1>Webshop</h1>

<div align=center>
<p>Bei uns bekommen Sie:</p>

<ul>
<li>Damenkleidung </li>
<li>Herrenbekleidung </li>
</ul>
<img src="images\webshop.jpg" style="width:250px;height:200px;"><br>

<a href=formular.htm><img src="images\button_for_sale.gif" style="width:100px;height:50px;"></a>
<a href=sponsoren.htm><img src="images\sponsoren.jpg" style="width:100px;height:50px;"></a>



</div>





</body>
</html>





<html>
<head>
<title>Website</title>
<link rel="stylesheet" href="style_spo.css">
</head>
<body>

<h1>Unsere Sponsoren</h1>
<div align=center>

<a href="http://saturn.at">
 <img src="yy.jpg" alt="logo1" style="width:30%;height:20%;border:0;">
</a>
<a href="https://bgrein.at">
 <img src="xy.jpg" alt="logo2" style="width:30%;height:30%;border:0;">
</a>
<a href="http://amazon.at">
 <img src="xx.jpg" alt="logo3" style="width:30%;height:20%;border:0;">
</a>
</div>


<a href=index.htm>Home</a>

</body>
</html>



body{
background-color: lightgreen;

}
h1{
font-family: courier;
font-size: 500%;
text-align: center;
color: blue;
}
p{
font-size: 200%;
color: green;
font-family: courier;
}
table{
background-color: yellow;
color: blue;
font-family: courier;
}
]




body{
background-color: lightgreen;

}
h1{
font-family: courier;
font-size: 300%;
text-align: center;
color: blue;
}
p{
font-size: 200%;
color: green;
font-family: courier;
}
table{
background-color: yellow;
color: blue;
font-family: courier;
}
]

cyclops


Zuletzt von Admin am Di Mai 10, 2016 2:22 pm bearbeitet; insgesamt 4-mal bearbeitet

Admin
Admin

Anzahl der Beiträge : 3
Anmeldedatum : 10.05.16

https://htmlhilfe.forenverzeichnis.com

Nach oben Nach unten

Formular Beispiel Empty Re: Formular Beispiel

Beitrag von Admin Di Mai 10, 2016 2:19 pm

Formular Beispiel Gfh12

Admin
Admin

Anzahl der Beiträge : 3
Anmeldedatum : 10.05.16

https://htmlhilfe.forenverzeichnis.com

Nach oben Nach unten

Nach oben


 
Befugnisse in diesem Forum
Sie können in diesem Forum nicht antworten