-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.html
45 lines (33 loc) · 968 Bytes
/
notes.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
<html>
<head>
<title>
What is a good Visualization?
</title>
<link type="text/css" rel="stylesheet" href="cascade.css">
<link href="https://fonts.googleapis.com/css?family=Coiny|Montserrat|Ubuntu" rel="stylesheet">
</head>
<body>
<header>
<div class="title1">
<h1 class="title1">
What is a Good
VISUALIZATION ?
</h1>
</div>
<nav>
<ul>
<li><a href="mainpage.html" >home</a></li>
<li><a href="good.html" >good one</a></li>
<li><a href="bad.html" >terrible one</a></li>
<li><a href="notes.html" class="on">notes</a></li>
</ul>
</nav>
<div class="notes">
<p>1. Analysis two example by 4 steps and the good example described with screenshots.</p>
<p>2. Using float to arrange pages</p>
<p>3. Try to use float, position to put menu inside head</p>
<p>4. Uses shadow attibute.</p>
<p>5. Fullfill all requirements, create 4 pages to compelete prep.</p>
</div>
</body>
</html>