1<html> 2<head> 3 <title>Base HREF test</title> 4 <base href="https://example.com/path/file.html?query"> 5</head> 6<body> 7<a href="./anotherfile.html">Link</a>. 8</body> 9</html>