-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHTML Page 3
37 lines (29 loc) · 920 Bytes
/
HTML Page 3
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
<!DOCTYPE html>
<html>
<head>
<title>Product</title>
<link rel="stylesheet" type="text/css" href="style3.css">
</head>
<body>
<!-- Navigation -->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="page2.html">Business Idea</a></li>
<li><a class="active" href="page3.html">The Product</a></li>
</ul>
<!--Heading-->
<h1>The Product</h1>
<h2>The product...</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<br>
<!--UML Section-->
<hr>
<h3>UML Use Case Diagram</h3>
<img src="">
</body>
</html>