Skip to content

Commit ac56464

Browse files
committed
Added XHTML and CSS source code files for tutorials 8 to 10
1 parent 074757e commit ac56464

File tree

5 files changed

+31
-0
lines changed

5 files changed

+31
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
<img src="madden1.jpg" height="150"/>
8+
9+
</body>
10+
</html>
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
<a href="mailto:[email protected]">Email Bucky</a>
8+
<a href="http://google.com" title="Awesome Search Engine">Google</a>
9+
10+
</body>
11+
</html>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
<a href="http://thenewboston.com"><img src="myface.png"/></a>
8+
9+
</body>
10+
</html>
Loading

0 commit comments

Comments
 (0)