Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<span class="Stil3"><form action="index.php?section=sendwebstart" method="POST" name="form1" id="form1">
Name: <input name="name" type="text" maxlength="160" /><br />
Surname: <input name="surname" type="text" maxlength="160" /><br>
Email: <input name="email" type="text" maxlength="160" /><br />
Address: <input type="text" name="address" /><br />
Postcode/Zipcode: <input type="text" name="postcode" /><br />
City: <input type="text" name="city" /><br />
Country: <input type="text" name="country" /><br />
State: <input type="text" name="state" />(US Only)<br />
Subdomain: <input type="text" name="subdomain" />(i.e. test.dev-corner.net)<br /><br />
By Pressing on the Submit Button, you will be registered as Webspace Owner on Dev-Corner.net.<br />
By doing this, you aggree with the rules.<br />
<input type="submit" name="Submit" value="Submit" />
<input name="Reset" type="reset" value="Reset" />
</form>
<form action="index.php?section=sendwebstart" method="post">
<div><label for="name">Name:</label> <input name="name" id="name" type="text" maxlength="160" /></div>
<div><label for="surname">Surname:</label> <input name="surname" id="surname" type="text" maxlength="160" /></div>
<div><label for="email">Email:</label> <input name="email" id="email" type="text" maxlength="160" /></div>
<div><label for="address">Address:</label> <input type="text" name="address" id="name" /></div>
<div><label for="postcode">Postcode/Zipcode:</label> <input type="text" name="postcode" id="postcode" /></div>
<div><label for="city">City:</label> <input type="text" name="city" id="city" /></div>
<div><label for="country">Country:</label> <input type="text" name="country" id="country" /></div>
<div><label for="state">State:</label> <input type="text" name="state" id="state" /> (US Only)</div>
<div><label for="subdomain">Subdomain:</label> <input type="text" name="subdomain" id="subdomain" /> (i.e. test.dev-corner.net)</div>
<p>By Pressing on the Submit Button, you will be registered as Webspace Owner on Dev-Corner.net.<br />By doing this, you aggree with the rules.</p>
<div class="control"><input type="submit" name="Submit" value="Submit" /> <input name="Reset" type="reset" value="Reset" /></div>
</form>
form label {
display: block;
width: 12em;
float: left;
}
form div.control {
text-align: center;
}
<form>
<ul>
<li><span>Name:</span><input type="text" /></li>
<li><span>Surname:</span><input type="text" /></li>
<li><span>Email:</span><input type="text" /></li>
<li><span>Address:</span><input type="text" /></li>
<li><span>Postcode/Zipcode:</span><input type="text" /></li>
<li><span>City:</span><input type="text" /></li>
<li><span>Country:</span><input type="text" /></li>
<li><span>State:</span><input type="text" />(US Only)</li>
<li><span>Subdomain:</span><input type="text" />(i.e. test.dev-corner.net)</li>
<li>By Pressing on the Submit Button, you will be registered as Webspace Owner on Dev-Corner.net.<br />By doing this, you aggree with the rules.</li>
<li><input type="submit" name="Submit" value="Submit" class="button" /><input name="Reset" type="reset" value="Reset" class="button" /></li>
</ul>
</form>
* {
margin:0;
padding:0;
}
ul {
list-style-type: none;
}
li span {
float: left;
width: 160px;
}
input.button {
margin-left: 70px;
}