Let's create a post for a social media website. We'll code a heading for the username, a paragraph for the message, and two buttons.

<html>
<body>
<h4>@rihanna</h4>
<p>HERE WE GOOOOO!!</p>
<button>Comment</button>
<button>Retweet</button>
</body>
</html>]]>