Nová ukázka
Reset
Načíst z URL
Uložit a získat odkaz
Vztahuje se k…
Nevyplňujte
Napiště „nejsem robot“
▶
Přepnout zobrazení
Výsledek
<h1>Registrace</h1> <table class="formular"> <tr> <th> <label for="jmeno">Jméno:</label> </th> <td><input type="text" id="jmeno"></td> </tr> <tr> <th> <label for="heslo">Heslo:</label> </th> <td><input type="password" id="heslo"></td> </tr> <tr> <th> <label for="email">E-mail:</label> </th> <td><input type="email" id="email"></td> </tr> </table>
HTML
Autoformát
Standardní režim
Mobilní zobrazení
.formular th { text-align: left; padding-right: .5em; }
CSS
Autoformát
CSS reset
Až na konci
J
ava
S
cript
Autoformát
jQuery
Umístění JS
window.onload
</head>
</body>