首页
HTML
HTML Div
试用:一个简单的 div 示例
运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <style> div { background-color: #FFF4A3; } </style> <body> <h1>HTML DIV Example</h1> Lorem Ipsum <div>I am a div</div> dolor sit amet. <p>The yellow background is added to demonstrate the footprint of the DIV element.</p> </body> </html>