Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created May 12, 2014 06:58
Show Gist options
  • Save carlosrojaso/25074bded8cc20279de9 to your computer and use it in GitHub Desktop.
Save carlosrojaso/25074bded8cc20279de9 to your computer and use it in GitHub Desktop.
figure
<!DOCTYPE html>
<html>
<body>
<p>The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.</p>
<figure>
<img src="img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">
<figcaption>Fig.1 - The Pulpit Rock, Norway.</figcaption>
</figure>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment