Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<title>A Document</title>
</head>
<body>
<h1 id="section1">Section 1</h1>
<p>This is the content of section 1.</p>
<h2 id="section2">Section 2</h2>
<p>This is the content of section 2.</p>
<p>
<a href="#section1">Go to Section 1</a> |
<a id="clickme" href="#section2">Go to Section 2</a>
</p>
</body>
</html>