-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_7.html
More file actions
26 lines (25 loc) · 779 Bytes
/
test_7.html
File metadata and controls
26 lines (25 loc) · 779 Bytes
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
<html>
<head>
<title>PythonClass = Revision 1087:</title>
</head>
<body>
<h2>PythonClass - Class 6 example</h2>
<p style="text-align: center; font-style: oblique;">
Here is a paragraph of text -- there could be more of them, but this is enough to show that we can do some text
</p>
<hr />
<ul style="line-height:200%" id="TheList">
<li>
The first item in a list
</li>
<li style="color: red">
This is the second item
</li>
<li>
And this is a
<a href="http://google.com">link</a>
to google
</li>
</ul>
</body>
</html>