【发布时间】:2015-09-01 21:50:31
【问题描述】:
我正在通过 W3C 验证运行我的 XHTML 文件,但出现了一个错误。但是,我无法理解错误 - 它显示“范围内没有 p 元素,但看到了 p 结束标签”。
有眼光的人能看出来吗?
这是我的代码:
<div id="mainBody">
<div id="text">
<p>
<img src="images/billyGraham.png" alt="Billy Graham">
<blockquote>
Billy Graham:<br><br>
Is it not arrogance or narrow-mindedness to claim that there is only one way of salvation or that the way we follow is the right way? I think not. After all, do we fault a pilot for being narrow-minded when he follows the instrument panel [while] landing in a rainstorm? No, we want him to remain narrowly focused!
</blockquote>
</p>
</div>
</div>
【问题讨论】: