What does this code display?

One button underneath anotherOne button next to anotherA 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.