- One button underneath another
- One button next to another
- A heading displaying Kevin sent you a friend request
<html>
<body>
<p>Kevin sent you a friend request.</p>
<button>Accept</button>
<br>
<button>Reject</button>
</body>
</html>]]>One button underneath another.