是否有可能在有效的 HTML 中嵌套注释? 请参阅下面的例子..。
<p>some text</p>
<!-- comment 1
<p>commented out html</p>
<!-- comment 2
// are nested html comment allowed?
end of comment 2 -->
<p>more commented out html</p>
end of comment 1 -->
<p>some more text</p>
似乎没有,有人知道我如何让嵌套注释工作吗?