标签: html html5 tags
我正在尝试在我的html页面上写It looks this way because the HTML tag <p> is does not skip lines without a break, <br> tag.,但它总是会切断标签。我怎么能把它们留在页面上?
It looks this way because the HTML tag <p> is does not skip lines without a break, <br> tag.
答案 0 :(得分:3)
使用<和>
<
>
像这样:<p>我在p标签中</p>
<p>
</p>
结果是:&lt; p&gt;我在p标签&lt; / p&gt;