url1.html
来自「一种效率高」· HTML 代码 · 共 22 行
HTML
22 行
<html> <head> <title>URL Test 1</title> </head><body><BASE href="http://localhost/test/URL.html"><H1>URL Test 1</H1>This page is the first regression test out of a set for URL handlingwithin HTML.<BR>Testing <BASE href="http://localhost/test/URL.html"><BR>The following link should point to "http://localhost/test/URL2.html": <a href="URL2.html">link</a><BR><BR>The following link should point to "http://localhost/test/URL2.html?somedata"<a href="URL2.html?somedata">link</a><BR><BR>The following link should point to "http://localhost/test/~username"<a href="~username">link</a><BR></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?