と合併しているこれは私のコードです:HTMLのハイパーリンクは、他の段落タグ
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="theme.css">
<title>Abbas Maheryar - Inquiries</title>
</head>
<body>
<center><h1>Inquiries</h1></center>
<h3><u>Use this information to contact me</u></h3>
<div>
<center><p><b>Phone:</b=> 818-857-0846
<p><b>Email:</b></p><a href="mailto:[email protected]?Subject=Service Inquiry"target="_top"><p>[email protected]</p>
</center>
</div>
<div>
<p>Inquiries</p> | <a href="./news.html"><p>News</p>
</div>
</body>
</html>
私の問題は、私は私の電子メールをリンクしようとすると、それはまた、下部のお問い合わせをダウンリンクしていることです。これを修正するにはどうすればよいですか?あなたは</a>
に近いメールのハイパーリンクを忘れてしまったので、
すぎtheme.cssを追加してください? –