-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhow.html
121 lines (117 loc) · 3.11 KB
/
how.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Webpage with CSS 3 Panel Layout</title>
<link rel="stylesheet" href="layout.css" type="text/css">
</head>
<body>
<div id="wrapper">
<div id="location">
My Website
</div>
<div id="navigation">
<div id="navigation2">
<p><a href="">My Link 1</a></p>
<p><a href="">My Link 2</a></p>
<p><a href="">My Link 3</a></p>
<p><a href="">My Link 4</a></p>
<p><a href="">My Link 5</a></p>
</div>
</div>
<div id="content">
lorem ipsum lorem ipsum lorem ipsum lorem
lorem lorem ipsum lorem ipsum lorem ipsum
ipsum lorem ipsum lorem ipsum lorem ipsum
lorem ipsum lorem lorem ipsum lorem ipsum
ipsum lorem ipsum lorem ipsum lorem ipsum
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf 8" >
<title>Knowlbase Paper Review System<title>
</head>
<body>
<div id="wrapper">
<div id="location">
Albury Scholary research paper review</div>
<div class ="nav">
<div ID ="nav2">
<a href="index.html">Welcome</a>
<a href="about.html">About Knowlbase</a>
<a href="how.html">How to use this site</a>
<a href="types.html">Types of papers</a>
<a href="topics.html">Topics</a>
<a href="latest.html">Latest reviews</a>
<a href="search.html">Search</a>
<a href="contact.html">Contact Us</a>
</div>
</div>
<hr>
<div class="content">
<h2>How to use this site</h2>
<br>
<p> </p>
<br>
//Links to graphics that haven't been created yet. These being general sheets of topics that being researched.
<img src ="" width ="340px";height ="400px";alt ="Graphic...">
<br>
<p> </p>
<img src ="" width ="340px";height ="400px";alt ="Graphic of...">
<br>
<p> </p>
<br>
<img src ="" width ="340px";height ="400px";alt ="Graphic of table with labela tellng you wath to look for...">
<p> </p>
<br>#
<h3> </h3>
<br>
<p> </p>
<br>
<h4> </h4>
<br>
<p> </p>
<br>
<img src ="" width ="340px";height ="400px";alt ="Graphic of table with labela tellng you wath to look for...">
<p> </p>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<h4> </h4>
<br>
<p> </p>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<br>
<h4> </h4>
<br>
<p> </p>
<img src ="" width ="340px";height ="400px";alt ="Graphic of table with labela tellng you wath to look for...">
<p> </p>
<br>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<p> </p>
<br>
</div>
</div>
</body>
</html>