Source code

Revision control

Copy as Markdown

Other Tools

<head>
<title>Element before figcaption and text after</title>
</head>
<body>
<figure>
<img src='foo' alt='bar'/>
<figcaption>Bar</figcaption>
text
</figure>
</body>
</html>