Skip to content

Commit 18e10da

Browse files
committed
Merge pull request buckyroberts#60 from hhaslam11/master
XHTML and CSS source code
2 parents 2495155 + 08d4cd6 commit 18e10da

File tree

56 files changed

+835
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+835
-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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
<table border="1">
8+
<tr>
9+
<td>FISH</td>
10+
<td>apples</td>
11+
<td>tuna</td>
12+
</tr>
13+
<tr>
14+
<td>tuba</td>
15+
<td>ham chops</td>
16+
<td>corn?</td>
17+
</tr>
18+
</table>
19+
20+
</body>
21+
</html>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
<table border="1">
8+
<tr>
9+
<th>Name</th>
10+
<th>Movie</th>
11+
<th>Who they love</th>
12+
</tr>
13+
<tr>
14+
<td>Natalie Portman</td>
15+
<td>Garden State</td>
16+
<td>Bucky</td>
17+
</tr>
18+
<tr>
19+
<td>Rachael McAdams</td>
20+
<td>Mean Girls</td>
21+
<td>Bucky</td>
22+
</tr>
23+
</table>
24+
25+
</body>
26+
</html>
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
<table border="1">
8+
<tr>
9+
<th colspan="2"><h3>Odd People</h3></th>
10+
</tr>
11+
<tr>
12+
<th>Type</th>
13+
<th>Reason</th>
14+
</tr>
15+
<tr>
16+
<td>Cat People</td>
17+
<td>17 cats is just too many</td>
18+
</tr>
19+
<tr>
20+
<td>Loud People</td>
21+
<td>Sure turn that muusic up, its only 3 am</td>
22+
</tr>
23+
</table>
24+
25+
</body>
26+
</html>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
<table border="1" cellspacing="10"> <!-- Other options include: cellpadding, and width -->
8+
<tr>
9+
<th>Type</th>
10+
<th>Reason</th>
11+
</tr>
12+
<tr>
13+
<td>Cat People</td>
14+
<td>17 cats is just too many</td>
15+
</tr>
16+
<tr>
17+
<td>Loud People</td>
18+
<td>Sure turn that muusic up, its only 3 am</td>
19+
</tr>
20+
</table>
21+
22+
</body>
23+
</html>

XHTML and CSS/Tut-15_Lists/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
7+
<ul>
8+
<li>New sunglasses</li>
9+
<li>computer</li>
10+
<li>paintgs for my walls</li>
11+
<li>hot pockter</li>
12+
</ul>
13+
14+
<ol>
15+
<li>go to youtube</li>
16+
<li>type in "thenewboston"</li>
17+
<li>watch all the videos</li>
18+
<li>eat a hot pocket</li>
19+
</ol>
20+
21+
</body>
22+
</html>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
p {
6+
color:blue;
7+
font-family:arial;
8+
}
9+
</style>
10+
</head>
11+
<body>
12+
this is normal text
13+
<p>this is paragrpah text</p>
14+
</body>
15+
</html>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
h1 {color:#330000;}
6+
p {line-height:150%;}
7+
</style>
8+
</head>
9+
<body>
10+
<h1>Buckys Bacon Wagon</h1>
11+
<p>Bets abcon on this side of the mississippi! Bets abcon on this side of the mississippi! Bets abcon on this side of the mississippi! Bets abcon on this side of the mississippi! </p>
12+
13+
</body>
14+
</html>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
ul {font-weight:bold;}
6+
ol {font-style:italic;}
7+
</style>
8+
</head>
9+
<body>
10+
<ul>
11+
<li>unordered list</li>
12+
</ul>
13+
<ol>
14+
<li>ordered list</li>
15+
</ol>
16+
</body>
17+
</html>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
body {
6+
background-color:blue;
7+
color:white;
8+
}
9+
h3 {text-align:center;} <!-- Other Options: left, right, and justified -->
10+
p {text-indent:25px;}
11+
</style>
12+
</head>
13+
<body>
14+
<h3>Bucky's Blog</h3>
15+
<p>This is the best day ever. This is the best day ever. This is the best day ever. This is the best day ever. This is the best day ever. This is the best day ever. This is the best day ever. This is the best day ever.This is the best day ever.This is the best day ever. This is the best day ever. This is the best day ever.</p>
16+
</body>
17+
</html>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
body {
6+
background-image:url(myface.png);
7+
background-repeat:no-repeat;
8+
background-position: 50% 60px;
9+
}
10+
</style>
11+
</head>
12+
<body>
13+
14+
</body>
15+
</html>
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
h2 {background-color:yellow;
6+
padding-top:30px;
7+
padding-bottom:20px;}
8+
</style>
9+
</head>
10+
<body>
11+
<h2>I love bucky</h2>
12+
</body>
13+
</html>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
h2 {background-color:yellow;
6+
padding:15px;
7+
border-color:red;
8+
border-width:3px;
9+
border-style:dashed;
10+
11+
border-top-color:green;
12+
border-top-style:dotted;
13+
border-top-width:4px;
14+
}
15+
</style>
16+
</head>
17+
<body>
18+
<h2>I love bucky</h2>
19+
</body>
20+
</html>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
p {background-color:orange;
6+
margin:40px;}
7+
</style>
8+
</head>
9+
<body>
10+
<p>This is a apragarhaphd</p>
11+
<p>This is a apragarhaphd</p>
12+
</body>
13+
</html>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
h4 {background-color:red;
6+
color: white;
7+
width:350px;
8+
height:100px;
9+
border:3px solid black;}
10+
</style>
11+
</head>
12+
<body>
13+
<h4>My anmes ofrest forest gump</h4>
14+
</body>
15+
</html>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
a:link{color:red;
6+
text-decoration:none;}
7+
a:visited{color:greed;}
8+
a:hover{background-color:blue;
9+
color:white;
10+
text-decoration:underline;
11+
font-weight:bold;}
12+
a:active{background-color:orange;}
13+
</style>
14+
</head>
15+
<body>
16+
<a href="http://thenewboston.com">TheNewBoston</a>
17+
this is just normal text
18+
</body>
19+
</html>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
table {border: 3px solid blue;}
6+
tr {background-color:yellow;}
7+
td {border: 2px dashed red;}
8+
</style>
9+
</head>
10+
<body>
11+
<table>
12+
<tr>
13+
<td>I love bucky</td>
14+
<td>I love bucky</td>
15+
<td>I love bucky</td>
16+
</tr>
17+
<tr>
18+
<td>I love bucky</td>
19+
<td>I love bucky</td>
20+
<td>I love bucky</td>
21+
</tr>
22+
</table>
23+
</body>
24+
</html>
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
ul {list-style-image:url(check.png);
6+
border: 1px solid red}
7+
</style>
8+
</head>
9+
<body>
10+
<ul>
11+
<li>apple</li>
12+
<li>pie</li>
13+
<li>dumplings</li>
14+
</ul>
15+
</body>
16+
</html>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<style type="text/css">
5+
span{font-weight:bold;
6+
color:green;}
7+
</style>
8+
</head>
9+
<body>
10+
<p>this is my first para and <span>i love carrots</span> and apple pie</p>
11+
</body>
12+
</html>

XHTML and CSS/Tut-29_div/index.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+
<style type="text/css">
6+
div {border:2px solid red;
7+
position:absolute;
8+
width:300px;
9+
top:40px;
10+
left:35px;}
11+
</style>
12+
</head>
13+
<body>
14+
<div>my name is bucky</div>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)