0
我正在學習HTML/CSS。在練習時我遇到了這種不尋常的情況。我在section
中做了header
和paragraph
。段落顯示爲html中的鏈接
<section id="page_section">
<header>
<h3>About Me</h3>
</header>
<article>
<p>It's Me</p>
</article>
</section>
而在瀏覽器中,標題和段落都顯示爲藍色和帶下劃線的可點擊鏈接。爲什麼會發生?
請小提琴讓你的問題更清楚。 – Anubhav
[我無法重現](http://jsfiddle.net/9MLpJ/)。問題在於別處。您可能有一個未封閉的''元素。 –
讓一個JsFiddle請 – Provision