Joseph Reagle
You type:
http://www.example.com/Index.Html
Your browser sends:
GET /Index.Html HTTP/1.1
Host: www.example.com
HTTP/1.1 200 OK
Date: Mon, 23 May 2005 22:38:34 GMT
Server: Apache/1.3.3.7 (Unix) (Red-Hat/Linux)
Last-Modified: Wed, 08 Jan 2003 23:11:55 GMT
ETag: "3f80f-1b6-3e1cb03b"
Content-Type: text/html; charset=UTF-8
Content-Length: 131
Accept-Ranges: bytes
Connection: close
<html>
<head><title>An Example Page</title></head>
<body>
<h1>An example page</h1>
<h2>Intro</h2>
<p>Hello World, this is a <em>very</em> simple
<a href="http://w3.org/">Web</a> document.</p>
<img src="http://placecats.com/200/300" alt="kitten" />
</body>
</html>
<html>
<head><title>An Example Page</title></head>
<body>
<h1>An example page</h1>
<h2>Intro</h2>
<p>Hello World, this is a <em>very</em> simple
<a href="http://w3.org/">Web</a> document.</p>
<img src="http://placecats.com/200/300" alt="kitten" />
</body>
</html>
<title>An Example Page</title><img src="http://placecats.com/200/300" /># An example page
## Intro
Hello World, this is a *very* simple
[Web](http://w3.org/) document.

<html>
<head><title>An Example Page</title></head>
<body>
<h1>An example page</h1>
<h2>Intro</h2>
<p>Hello World, this is a <em>very</em> simple
<a href="http://w3.org/">Web</a> document.</p>
<img src="http://placecats.com/200/300" alt="kitten" />
</body>
</html>
## A kitten
<img src="http://placecats.com/200/300" alt="kitten" />
There is a difference between the URL of the page and the URL of an embedded image.
HackMD can accept and host small images, but you need to know how to host and embed an image from imgur as well.
## Nixie catching a ball
<!-- iframe not working on HackMD as of 2026-01-12 https://github.com/hackmdio/hackmd-io-issues/issues/422 -->
<!-- <iframe width="853" height="480" src="https://www.youtube.com/embed/hisd3dZbbvA" frameborder="0" allowfullscreen></iframe> -->
{%youtube hisd3dZbbvA %}
NOTE: Not all videos permit embedding. Also, if embed isn’t working, try HackMD shortcuts
<h1 style="color:blue;">This is a Blue Heading</h1>
share/publish to snapshot a public version (send me original)menu/revision to see versionsmenu/export to backuppicture to automatically upload and embed an imageparagraph and strong
<p>This is <strong>very</strong> simple</p>
link
<a href="http://w3.org/">Web</a> document.
image
<img src="http://placecats.com/200/300" alt="kitten" />