主頁
HTML
HTML Div
Tryit:一個簡單的 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>