主頁
HTML
HTML Iframes
Tryit:紅色 iframe 邊框
執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>Custom Iframe Border</h2> <p>With CSS, you can also change the size, style and color of the iframe's border:</p> <iframe src="demo_iframe.htm" style="border:2px solid red;" title="Iframe Example"></iframe> </body> </html>