HTML
HTML <div> 元素
将文档中的一个区域显示为绿色
源代码:
点击运行 »
<div style="color: green"> <h3>这是一个在 div 元素中的标题。</h3> <p>这是一个在 div 元素中的文本。</p> </div>
运行结果:
点击运行 »