首页
HTML
HTML 链接
Tryit: 链接 URL
运行 ❯
获取您
自身
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>Absolute URLs</h2> <p><a href="https://www.w3.org/" target="_blank">W3C</a></p> <p><a href="https://www.google.com/" target="_blank">Google</a></p> <h2>Relative URLs</h2> <p><a href="html_images.asp">HTML Images</a></p> <p><a href="/css/default.asp">CSS Tutorial</a></p> </body> </html>