Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<a href="http://example.org" id="insecure-link">Insecure Link</a>
<a href="https://example.org" id="secure-link">Secure Link</a>
</body>
</html>