运行 ❯
获取您的
自己的
网站
×
更改方向
保存代码
更改主题,暗/亮
转到 Spaces
<!DOCTYPE html> <html> <head> <style> h1 { border-bottom-style: dotted; } div { border-style: solid; border-bottom-style: dotted; } </style> </head> <body> <h1>A heading with a dotted bottom border</h1> <div>A div element with a dotted bottom border.</div> </body> </html>