url2.html

来自「一种效率高」· HTML 代码 · 共 17 行

HTML
17
字号
<html> <head> <title>URL Test 2</title> </head><body><H1>URL Test 2</H1>This page is the second regression test out of a set for URL handlingwithin HTML.<BR>Testing relative and absolute links<BR>The following link should bring you to the page "URL Test 1"  : <a href="URL1.html">link</a><BR><BR>The following link should bring you to "http://localhost/URL1.html" :<a href="http://localhost/URL1.html">link</a><BR></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?