-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassignment3.html
More file actions
58 lines (52 loc) · 2.15 KB
/
assignment3.html
File metadata and controls
58 lines (52 loc) · 2.15 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
<!DOCTYPE html>
<!--
File: ~ltran/public_html/assignment1.html
91.461 Assignment1: Setting Up to Take This Course
Long Tran, UMass Lowell Computer Science Undergraduate
Please do not use any material or code without permission.
Updated: October 20, 2015
-->
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/stylesheet.css" />
<title>Long Tran's Main Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="header">
<!-- Top of the page for header/title -->
<h1><a href="http://lqtran.github.io/myPage/index.html">Long Tran's Home</a></h1>
</div>
<div id="nav">
<!-- Left of the page for navigation -->
<h3><strong><center>Index for Assignments</center></strong></h3>
<ul>
<li><a href="http://lqtran.github.io/myPage/assignment1.html">Assignment 1</a></li>
<li><a href="http://lqtran.github.io/myPage/assignment2.html">Assignment 2</a></li>
<li><a href="http://lqtran.github.io/myPage/assignment3.html">Assignment 3</a></li>
<li><a href="http://lqtran.github.io/myPage/assignment4.html">Assignment 4</a></li>
<li><a href="http://lqtran.github.io/myPage/assignment5.html">Assignment 5</a></li>
<li><a href="http://lqtran.github.io/myPage/assignment6.html">Assignment 6</a></li>
<li><a href="http://lqtran.github.io/myPage/assignment7.html">Assignment 7</a></li>
<li><a href="http://lqtran.github.io/myPage/assignment8.html">Assignment 8</a></li>
<li><a href="http://lqtran.github.io/myPage/assignment9.html">Assignment 9</a></li>
</ul>
</div>
<div id="section">
<!-- mid content part of the page -->
<h2>Assignment 3</h2>
<br>
<p> Focused on basic styling and start using css for our web pages.</p>
<br>
<p> Link for the CSS is <strong><a href="http://lqtran.github.io/myPage/css/stylesheet.css">here!</a></strong></p>
<div id="content" >
<!-- dynamic text/content for the page -->
</div>
</div>
<div id="footer">
<!-- bottom page for footer -->
Please email me at: [email protected] for any questions or problems.
</div>
</body>
</html>