-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTutorial 3.html
More file actions
104 lines (77 loc) · 3.09 KB
/
Tutorial 3.html
File metadata and controls
104 lines (77 loc) · 3.09 KB
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
<!DOCTYPE HTML>
<html>
<head> <title>Tutorial 3</title>
<style>
body{
background-color:#dcdcdc;
font-family: Arial, sans-serif;
}
h2{
padding: 3px;
background-color: LightSkyBlue;
}
img{
width:25px;
padding-right: 5px;
padding-top: 5px;
float: left;
}
li{
display: inline;
padding-right: 10px;
}
</style>
</head>
<body>
<ul>
<li><a href="#tutorialID" target="_blank"> Tutorials</a> </li>
<li><a href="#UniID" target="_self"> University Work</a> </li>
<li><a href="#WebID" target="_parent"> Web Stuff</a> </li>
<li><a href="#SocialID" target="_top"> Social Media</a> </li>
</ul>
<h1>My Useful Links</h1>
<img src="tut3images/tut.png">
<h2 id="tutorialID">Tutorials</h2>
<dl>
<dt><a href="Tutorial1.html">Tutorial 1</a></dt>
<dd>This is a link to my first tutorial, where I practiced basic html & CSS.</dd>
<dt><a href="tut 2.html">Tutorial 2</a></dt>
<dd>This is a link to my second tutorial, where I practiced with Lists and Tables</dd>
</dl>
<img src="tut3images/uni.png">
<h2 id="UniID">University Work</h2>
<dl>
<dt>Blackboard</dt>
<dd>The VLE we use at University</dd>
<dt>Timetabling</dt>
<dd>This is a link to my University Timetable, with all my lectures and tutorials</dd>
<dt>Web Dev Shedule</dt>
<dd>A link to my Web Design and Development module schedule, from which I can access all m lectures and tutorials, and check deadline dates</dd>
<dt>Student Hub</dt>
<dd>The Student Hub is the University Web site for current students which provides information such as new and events, and links to all the University Web systems and services</dd>
</dl>
<img src="tut3images/web.png">
<h2 id="WebID">Web Stuff</h2>
<dl>
<dt>MDN Web Docs</dt>
<dd>Online resources for Web Development developed by the Mozilla Developer Network</dd>
<dt>W3C</dt>
<dd>World Wide Web Consortium, which amongst other things develops the various Web standards</dd>
</dl>
<img src="tut3images/social.png">
<h2 id="SocialID">Social Media</h2>
<dl>
<dt>Twitter</dt>
<dd>Link to Twitter, an online microblogging site which I use to follow what's happening in the web developer world</dd>
<dt>Facebook</dt>
<dd>To keep in touch with family and friends</dd>
<dt>Instagram</dt>
<dd>For posting pictures about my life</dd>
</dl>
<img src="tut3images/up_arrow.png">
<a href="#headID">Back To The Top</a>
</body>
<address>
Last modified: date
Email: Student name
</address>