Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>Text before legend and element after</title>
</head>
<body>
<figure>
text
<figcaption>Bar</figcaption>
<img src='foo' alt='bar'/>
</figure>
</body>
</html>