运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
转到 Spaces
<!DOCTYPE html> <html> <body> <p><dfn id="html-def">HTML</dfn> is the standard markup language for creating web pages.</p> <p>This is some text...</p> <p>This is some text...</p> <p>This is some text...</p> <p>Learn <a href="#html-def">HTML</a> now.</p> </body> </html>