Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>A test document</title>
</head>
<body>
<p id="shadowExt1">
<template shadowrootmode="open">
<span id="linkExt1">self without target</span>
</a>
</template>
</p>
<p>
<a id="linkExt2" href="https://mozilla.org/">other without target</a>
</p>
<p>
target="_blank">
<span id="linkExt3">other with target</span>
</a>
</p>
<p>
target="_self">self with target</a>
</p>
</body>
</html>