summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/document-metadata/the-base-element/example.html
blob: 49dc772f9161d60b63eb910e9f286f27bbdbdd76 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<meta charset="utf-8">
<title>Example</title>
<base target="targetWin" href="">
<base target="_self" href="http://www.example.com/">
<link rel="author" title="Intel" href="http://www.intel.com/">
<a id="a1" href="example2.html" target="">click me</a>