-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (55 loc) · 2.23 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Banjo_SOLO-website</title>
<link rel="stylesheet" href="Banjo_websiteCSS.css" type="text/css">
</head>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Don_Wayne_Reno_playing_the_banjo_with_fingerpicks.jpg/250px-Don_Wayne_Reno_playing_the_banjo_with_fingerpicks.jpg" alt= "Finger Rolls" style="width:100px;height:100px;">
<img src="http://www.bradleylaird.com/banjo/images/1-1.jpg" alt= "Banjo" style="width:200px;height:100px;">
<img src="https://banjo.com/wp-content/uploads/2015/10/american-made-banjos-offered-through-banjo-com-800x534.jpg" alt= "Banjo" style="width:100px;height:100px;">
<h1> <i>" The World of BANJO'S "</i> </h1>
<body>
<img src="http://www.georgebanjos.com/site_files/images/IMG_55932.jpg" alt= "BANJO'S" style="width:400px;height:228px;">
<h2> <em> ===> Time for fun with Banjo 101!! <=== </em></h2>
<ul> <strong>Banjo's are played in many music styles.</strong>
<li> ==> Blue Grass</li>
<li> ==> Folk</li>
<li> ==> Country</li>
</ul>
<p> <a href="Banjo_101.html"> " BANJO 101 " </a>
</p>
<table border=1>
<tr>
<th rowspan="3">BANJO 101</th>
<th> Blue Grass</th>
<th colspan=2 > Folk</th>
<th> Country </th>
</tr>
<tr>
<td> Yip Yip! </td>
<td colspan=2 >ya ya ya!</td>
<td> Yeehay!</td>
</tr>
<tr>
<td> ohhhhhh</td>
<td colspan=2 > ahhhhh</td>
<td> yeeeee</td>
</tr>
<tr>
<td>banjobanjobanjo</td>
<td colspan=2 > banjobanjobanjo</td>
<td colspan=2 > banjobanjobanjo</td>
</tr>
</table>
<h3> ======>" Mini Banjo history "======> </h3>
<p> In 1687 Sir Hans Sloane, an English physician, wrote about the banjo in his journal. He discribed it as "an Afro-Caribbean instrument with a "strum strump"</p>
</body>
<footer>
<h4><i> **Check out these <strong>Fantastic</strong> banjo pages....</i></h4>
<p>
<a href="http://www.banjohangout.org/"> **Banjo Hangout</a>
<a href="https://www.banjoteacher.com/"> **Banjo Teacher</a>
<a href="https://banjo.com/category/beginner-banjo-tips/"> **Banjo Tips</a>
</p>
</footer>
</html>