主页
HTML
HTML 链接
Tryit: HTML 链接到另一个文件夹
运行 ❯
获取您的
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>External Paths</h2> <p>This example links to a page located in the html folder on the current web site:</p> <p><a href="/html/default.asp">HTML tutorial</a></p> </body> </html>