42 lines
1.3 KiB
HTML
42 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
||
|
||
<html>
|
||
<head>
|
||
<title>Loreena McKennitt-site</title>
|
||
<link rel="stylesheet" href="style.css">
|
||
<meta charset="UTF-8">
|
||
</head>
|
||
|
||
<body id="home">
|
||
<div id="home" class="custom header">
|
||
<h1 id="home">Loreena McKennitt</h1>
|
||
</div>
|
||
|
||
<ol>
|
||
<li1><a id="drop" href="Home.html"><b>Home </b>🏠</a></li1>
|
||
<li1><a id="drop" href="Albums.html"><b>Albums</b> 🎶</a></li1>
|
||
<li1>
|
||
<div class="dropdown">
|
||
<button id="artist" class="dropbtn"><b>Artist</b> 🎤</button>
|
||
<div class="dropdown-content">
|
||
<a id="drop2" href="Biography.html">Biography</a>
|
||
<a id="drop2" href="Awards.html">Awards</a>
|
||
</div>
|
||
</div>
|
||
</li1>
|
||
</ol>
|
||
|
||
<table style="width:100%" id="tablehome">
|
||
<tr id="tr1">
|
||
<th id="th1"><img src="../Immagini/frontphoto.jpg" width="534" height="370"></th>
|
||
<td id="td1"><b>Loreena Isabel Irene McKennitt is a Canadian singer-songwriter, multi-instrumentalist,
|
||
and composer who writes, records and performs world music with Celtic and Middle Eastern
|
||
influences. <hr>McKennitt is known for her refined and clear soprano vocals.
|
||
Her ‘eclectic Celtic’ music has won critical acclaim worldwide and gold,
|
||
platinum and multi-platinum sales awards in 15 countries across four continents.</b></td>
|
||
</tr>
|
||
</table>
|
||
|
||
</body>
|
||
</html>
|