<!DOCTYPE html>
<html>
<head>
<title>Taylor Swift Fan Site</title>
<style>
body {
font-family: Arial, sans - serif;
}
img {
max - width: 100%;
}
table {
border - collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid black;
padding: 8px;
text - align: left;
}
</style>
</head>
<body>
<h1>Taylor Swift</h1>
<p>Taylor Swift is an American singer - songwriter. She is known for her narrative songwriting style.</p >
< img src="https://example.com/taylor_swift_photo.jpg" alt="Taylor Swift Photo">
<p>Your Name</p >
<button>Ask a Question</button>
<iframe width="560" height="315" src="https://www.youtube.com/embed/VIDEO_ID" frameborder="0" allowfullscreen></iframe>
<table>
<tr>
<th>Album</th>
<th>Release Year</th>
</tr>
<tr>
<td>Fearless</td>
<td>2008</td>
</tr>
<tr>
<td>1989</td>
<td>2014</td>
</tr>
</table>
<ul>
<li>Love Story</li>
<li>Shake It Off</li>
</ul>
</body>
</html>
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容