Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Sample Content</title>
    <link rel="icon" href="tb-logo.png" />
  </head>
  <body>
    <p>This is a page of sample content for tests.</p>
    <p><a href="mailto:kate@kurtz.invalid">Link to an email address</a></p>
    <form>
      <input type="text" />
    </form>
    <p><img src="tb-logo.png" width="304" height="84" /></p>
  </body>
</html>