-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinalspring2018.html
68 lines (62 loc) · 2.62 KB
/
finalspring2018.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Stuff happens</title>
<style type="text/css">
body{
background-color: blue;
}
#container{
width:975px;
height:1000px;
background-color: yellow;
margin-left: auto;
margin-right: auto;
font-weight:
}
</style>
</head>
<body>
<div id="container">
<h1 style="text-align:center;"><span style="font-size: 30px; color:grey;">K</span><span>enny<sup>2</sup></span>
<h1 style="font-family: arial;">Client-side Web Development</h1>
<h3 style="font-family: comic sans MS">Client-side Web Development</h3>
<br/>
<p style="font-family: serif">Upon successful completion of this course, you will be able to understand fundamental design principles in building a web page/web site, create web pages using a text editor, understand the pros and cons of web authoring software, and recognize the different types of websites and their distinct purposes as related to the visitors they are <span style="font-weight:bold;">intended </span>to attract.</p>
<br/>
<img src="cs/300/test.jpg" alt="test image"/>
<table>
<tr>
<td rowspan="3">kenny </td>
<td colspan="3">kenny </td>
<td></td>
</tr>
<tr>
<td> </td>
<td>Kenny </td>
<td>Kenny </td>
<td>kenny </td>
</tr>
<tr>
<td></td>
<td>Kenny </td>
<td>Kenny </td>
<td>kenny </td>
</tr>
</table>
<ol>
<li> Ability to create .html files using a text editor</li>
<li>Ability to use software tools required to build a website</li>
<li>Ability to create a logical file system for web documents and supporting files</li>
<li>Ability to build .html files which meet the W3C standard for HTML5 Strict Syntax (XHTML Transitional or Strict)</li>
<li>Choose correct design principles for site usability </li>
<li>Ability to recognize a site for web presence, visitor use, and e-commerce</li>
<li>Ability to use CSS and Javascript for site aesthetics and user interaction</li>
</ol>
<p> I have leared that I dont like black as much anymore. The color was to hard to work with and didnt allow for creativity. Also black made everything boring</p>
<p><span style="font-size:30px; color:red;">Horizontal Rule</span></p>
</div>
</body>
</html>