运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <head> <style> [contenteditable] { outline: 0px solid transparent; } </style> </head> <body> <h2>Remove Contenteditable Border</h2> <p contenteditable="true">This is an editable paragraph. Normally I have a border around me on focus, but not today!</p> </body> </html>