Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title></title>
</head>
<body>
<p>This is the article.</p>
<p><a href="https://example.org/link/from/article">Here's a link.</a></p>
<script>
document.body.style.backgroundColor = "green";
</script>
<noscript>
<p>This noscript should not display.</p>
</noscript>
</body>
</html>