Skip to content

Commit aea7816

Browse files
committed
Added XHTML and CSS tutorials 2-5
1 parent 12b9399 commit aea7816

File tree

4 files changed

+54
-0
lines changed

4 files changed

+54
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!doctype html>
2+
3+
<html>
4+
<head>
5+
<title> This is the title sucker! </title>
6+
</head>
7+
8+
</html>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
3+
<html>
4+
<head>
5+
<title> This is the title sucker! </title>
6+
</head>
7+
8+
<body>
9+
<h1>The world end in 2012!</h1>
10+
<h2>The world end in 2012!</h2>
11+
i am in the body
12+
</body>
13+
14+
</html>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!doctype html>
2+
3+
<html>
4+
<head>
5+
<title> This is the title sucker! </title>
6+
</head>
7+
8+
<body>
9+
<h1>Best Website Ever!</h1>
10+
<p>This is my paragraph</p>
11+
12+
<h2>This is the second header</h2>
13+
<p>This is the second paragrpahg. <br />And now im done with this tuitroisl.</p>
14+
</body>
15+
16+
</html>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!doctype html>
2+
3+
<html>
4+
<head>
5+
<title> This is the title sucker! </title>
6+
</head>
7+
8+
<body>
9+
hi my <em>name</em> is bucky
10+
11+
<!-- 12/22/22 -->
12+
<p>i am very lucky</p>
13+
<p>This is the <strong>second</strong> paragrpahg. <br />And now <em>im done with this</em> tuitroisl.</p>
14+
</body>
15+
16+
</html>

0 commit comments

Comments
 (0)