-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpd.html
More file actions
31 lines (30 loc) · 788 Bytes
/
pd.html
File metadata and controls
31 lines (30 loc) · 788 Bytes
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
<html>
<head>
<title> PRODUCT DEVOLPMENT RULES</title>
<style>
.button {
background-color:black;
border:black;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor:red;
}
</style>
</head>
<body>
<form action="student.html"><button class="button">STUDENT LOGIN</button></form>
<div class="title"><h1>PRODUCT DEVOLPMENT RULES</h1></div>
<P>1.Generating.<br>
2. Screening The Idea.<br>
3. Testing The Concept. <br>
4. Business Analytics.<br>
5. Beta / Marketability Tests.<br>
6. Technicalities + Product Development.<br>
7. Commercialize.<br>
8. Post Launch Review and Perfect Pricing.<br>
</P></body></html>