Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" content="width=device-width, height=device-height" />
<title>Context Menu Test Link</title>
</head>
<style>
#hello {
font-size: 20vw;
}
</style>
<body>
<a href="hello.html" title="Hello Link Title" id="hello">Hello World</a>
</body>
</html>