Let's put your skills to the test by coding a user profile similar to how social media sites like Instagram build theirs.

Take a peek at the finished project. It has images laid out in a grid beneath a user's profile picture.

<html>
<head>
<title>Instapolaroid</title>
</head>
<body>
<img src="https://mimo.app/r/insta.svg"> <br> <img src="https://mimo.app/r/helen.png"> <h1>hotrod-helen</h1> <p><em>verified account</em></p> <p>Cars so hot you can fry an egg on them.</p> <img src="https://mimo.app/r/lada.png"> <img src="https://mimo.app/r/buggy.png"> <img src="https://mimo.app/r/coupe.png"> <br> <img src="https://mimo.app/r/ford.png"> <img src="https://mimo.app/r/truck.png"> <img src="https://mimo.app/r/van.png">
</body>
</html>]]>