【发布时间】:2017-10-06 14:48:45
【问题描述】:
我刚开始学习 HTML 和 CSS 代码,遇到以下问题。我有一个使用图像的网站链接。该链接工作正常,但它也适用于下一行的其他代码。 (一个标题和一个段落) 我怎样才能防止这种情况发生?
<a href="photographicadventures.co.uk"<a/>;
<img src="images/w3schools.jpg" class="center" size width ="200" height="200">
<br>
<br>
<hr>
<h2>This is a Smaller Heading.</h2>
<p>This is a paragraph and is colored red and resized and centered due to the external style sheet </p>
【问题讨论】: