-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patha.html
47 lines (33 loc) · 1.71 KB
/
a.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="a.css" type="text/css"/>
<script src="http://www.cis.umassd.edu/~dkoop/dsc530/a1/nbweather.js" type="text/javascript"></script>
<title>Assignment 1</title>
</head>
<body>
<h3 class="name">Meet Mukesh Vora</h3>
<h4 class="enrol-sub">#01587774</h4>
<h4 class="enrol-sub">Data Visualization (DSC 530/602-01) </h4>
<h4 class="assignment">Assignment 1</h4>
<p>The text "This assignment is all my own work. I did not copy or rewrite the code from any other source."</p>
<svg id="initials" width="250" height="150">
<line x1="5" x2="5" y1="145" y2="5" stroke="red" stroke-width="5" stroke-linecap="butt"/>
<polyline points="5 6 40 70 75 6" stroke="red" stroke-width="5"
stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
<line x1="75" x2="75" y1="5" y2="145" stroke="red" stroke-width="5" stroke-linecap="butt"/>
<line x1="85" x2="85" y1="145" y2="5" stroke="red" stroke-width="5" stroke-linecap="butt"/>
<polyline points="85 6 120 70 155 6" stroke="red" stroke-width="5"
stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
<line x1="155" x2="155" y1="5" y2="145" stroke="red" stroke-width="5" stroke-linecap="butt"/>
<polyline points="165 5 200 145 235 5" stroke="red" stroke-width="5"
stroke-linecap="butt" fill="none" stroke-linejoin="miter"/>
</svg>
<div id="demo"> </div>
</br>
</br>
</br>
<div id="linechart"> </div>
</body>
<script src="a.js" type="text/javascript"></script>
</html>