Contoh script website pendaftaran :
<!DOCTYPE html>
<html>
<head>
<title>desain form pendaftaran</title>
<link rel="stylesheet" type="text/css" href="pendaftaran.css">
</head>
<body>
<div id="login-box">
<div class="left-box">
<h1>Daftar</h1>
<input type="text" name="usename" placeholder="Nama lengkap">
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<input type="password" name="password" placeholder="Re password">
<input type="submit" name="sigup-button" value="Daftar">
</div>
<div class="right-box">
<span class="signinwith">Daftar Menggunakan <br> Media Sosial
</span>
<button class="social Facebook">Daftar Menggunakan Facebook
</button>
<button class="social Twitter">Daftar Menggunakan Twitter
</button>
<button class="social google">Daftar menggunakan Google+
</button>
</div>
<div class="or">Atau</div>
</body>
</html>
0 komentar:
Posting Komentar