我在我的一個html網頁中編碼,正在干擾代碼中的一行。我有一個社交媒體按鈕,它有一個鏈接到Youtube頁面的鏈接,但鏈接不僅適用於按鈕,而且它也使鏈接下方的線條成爲鏈接。另外似乎有一條線貫穿我的社交媒體圖標,我不確定這是爲什麼。任何幫助表示讚賞。在html編碼中的鏈接問題
<!DOCTYPE html>
<body class="contact">
<html>
<title>TekMillion - Contact</title>
<p style="text-align:center;"><img src="images/TEKMILL%20logo%20RESIZE.png" alt="Tekmill Logo" width="839" height="322"></center></p>
<link rel="stylesheet" href="stylesheet.css">
<HR>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
\t \t <li><a href="videos.html">Videos</a></li>
\t \t <li><a href="about.html">About</a></li>
\t \t <li><a href="merchandise.html">Shop</a></li>
\t \t <li><a href="contact.html">Contact</a></li>
\t \t <li><a href="gallery.html">Gallery</a></li>
\t \t <li><a href="#">Albums</a></li>
</ul>
</nav>
<HR>
<div class="container">
</br>
<form action="form.php" method="post" enctype="multipart/form-data">
\t
\t <h1 class="title"><center>Contact US</h1></center>
\t
\t \t <label></label>
\t \t <input name="name" required="required" placeholder="Your Name">
\t \t
\t \t
\t \t <label></label>
\t \t <input name="email" type="email" required="required" placeholder="Your Email">
\t \t
\t \t
\t \t <label></label>
\t \t <textarea name="message" cols="20" rows="5" required="required" placeholder="Message"></textarea>
\t \t
\t \t \t \t
\t \t <center><input id="cancel" name="cancel" value="Cancel" />
\t \t
\t \t <input id="submit" name="submit" type="submit" value="Submit"></center>
\t
\t </form>
</br>
</br>
<span class="textformat1"><center><b>Social Media</span></center></b>
</br>
<center>
<a href="https://twitter.com/tekmill"> <img src="socialmedia/twitter.jpg" align="middle" alt="Instagram" width="80" height="80">
<a href="https://www.facebook.com/TekMillMusic"> <img src="socialmedia/facebook.jpg" align="middle" alt="Facebook" width="80" height="80">
<a href="https://plus.google.com/+TekMillMusic/videos"> <img src="socialmedia/googleplus.jpg" align="middle" alt="Google Plus" width="80"
height="80">
<a href="https://soundcloud.com/tekmill"> <img src="socialmedia/soundcloud.jpg" align="middle" alt="Soundcloud" width="80" height="80">
<a href="https://youtube.com/tekmillmusic"> <img src="socialmedia/youtube.jpg" align="middle" alt="Youtube" width="80" height="80">
</center>
</br>
</div>
</html>
<hr>
</body>
感謝。