-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstartup-help.html
27 lines (27 loc) · 915 Bytes
/
startup-help.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
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="startup.css">
</head>
<body>
<header>
<p>If u don't take risk,<br />
You will always work for someone who do.
</p>
</header>
<h1>Let us guide you throughout your journey.</h1><br />
<h3>Fill up the form below</h3>
<form>
<label>Full Name</label>
<input type="text" placeholder="First name"></input><input type="text" placeholder="Last name"></input><br />
<label>Contact Number</label><input type="text" placeholder="Type your Number here!"></input><br />
<label>Address</label><input type="textarea" placeholder="Provide Full Adress"></input><br />
<label>Your skills</label><input type="text" placeholder="what are you good at"></input><br />
<label>Your Idea</label><input type="textarea" placeholder="Brief Descriptionof your idea"></input><br />
</form>
<div class="submit">Submit</div>
<h3></h3>
<h3></h3>
<h3></h3>
<h3></h3>
</body>
</html>