-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslmn.html
41 lines (39 loc) · 1.43 KB
/
slmn.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my first website</title>
<link rel="stylesheet" href="slmn.css">
<h3 style="color: rgb(7, 7, 85);"> <marquee behaviour="left">WELL COME TO SULEIMAN'S ONLINE CLASS WELL COME TO SULEIMAN'S ONLINE CLASS WELL COME TO SULEIMAN'S ONLINE CLASS WELL COME TO SULEIMAN'S ONLINE CLASS</marquee></h3>
</head>
<body>
<br>
<center>
<h3 style="color:rgb(100, 43, 3);"> <p1> Enter your details to</p1>
<h5><u>create account</u></h5>
<p style="floating right: ;"
<from action="sample page-handler html">
<label for="t1">first name:<input type="text" placeholder=""><br/>
<br/>
<h5><label for="t2">last name: <input type="text" place holder="last name"><br/></h5>
<br/>
</h3>GENDER
<br>
<input type="radio"name="gender"> male
<br>
<input type="radio"name="gender"> female
<br>
<input type="radio"name="gender"> private<br>
<br>
<label for="t3">email add: <input type="text" place holder=""><br/>
<br/>
<label for="t4"><input type="text" placeholder="password"><br>
<br/>
<label for="t5"></label> <input type="text" placeholder="confirm password"><br/>
<br/>
<a href="login.html">login</a>
</center>
</body>
</html>