After solving the lesson, a user should see the visible-if-corrct web view  (with a cat) in the browser tab.

Code module with interaction + visible-if-correct web view.

<html>
<head>
<style>
body { background-color: blue; }
h4 { color: white; left: 12px; position: absolute; top: 16px; z-index: 1; }
</style>
</head>
<body>
<h4>Naild it! You should see me</h4>
<img src="https://mimo.app/i/cat.png">
</body>
</html>]]>

Make sure to pick <h4>, followed by </h4>.