-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (57 loc) · 2.24 KB
/
Copy pathindex.html
File metadata and controls
65 lines (57 loc) · 2.24 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ITMD-361 Internet Technologies and Web Design</title>
</head>
<body>
<h1> ITMD-361 Internet Technologies and Web Design</h1>
<h3> Summer 2017 </h3>
<p> Andy Dimnych adimnych@hawk.iit.edu </p>
<h2> Professor: Daniel Kreiglstein </h2>
<p> Tuesdays and Wednsdays 6:25pm until 9:05pm, Stuart Building, Room 239 </p>
<h2> Course Catalog Description: </h2>
<p> This course will cover the creation of Web pages and sites using HTML, CSS, Javascript, jQuery, and graphical applications as well as the client and server architecture of the Internet and related web technologies. The creation and deployment of modern, standards-compliant web pages are addressed. Students create and deploy a Web site with multiple pages and cross-linked structures. </p>
<h2> Course Outcomes: </h2>
<p> Students completing this course will learn to: </p>
<ul>
<li>
Recognize HTML, CSS, and JavaScript markup and code.
</li>
<li>
Select the proper mark-up tags or code to achieve a particular result.
</li>
<li>
Identify improperly used markup and code.
</li>
<li>
Produce modern standards compliant web pages.
</li>
<li>
Deploy web pages to a Gethub server.
</li>
<li>
Write valid, well-formed semantic HTML; error-free, backward-and forward- compatible CSS; and error-free, progressively enhanced JavaScript over HTMl pages that continue to function in the absenece of JavaScript.
</li>
<li>
Effectively comment on and format source code for maximum readability.
</li>
<li>
Track the development of a project over time and collaborate with others using version control.
</li>
</ul>
<h2> Course Objectives: </h2>
<p> At the conclusion of this course, each successful student will be able to: </p>
<ul>
<li>
Explain the client and server architecture of the Internet and related web technologies.
</li>
<li>
Use a basic text editor and other software tools to create web pages using HTML, CSS, Javascript, jQuery, and images.
</li>
<li>
Deploy web pages to a Linux-based web server using stfp.
</li>
</ul>
</body>
</html>