Edit in JSFiddle

<html>
    <head><title>figure tag in html5</title></head>
    <body>
        <p>This is <mark>20 Fingers 2 Brains</mark>.</p>
        <p>HTML5 is <mark>amazing</mark>.</p>
    </body>
</html>