<!DOCTYPE html>
<html>
<head>
<title>______</title>
<button class="btn about">About</button>
<button class="btn socialmedia">Social Media</button></button>
<button class="btn profile">Profile</button>
<button class="btn contact">Contact</button>
<button class="btn homepage">Homepage</button>
I would like to create a page where all the contact information is displayed when the user clicks on the "Contact" button. Can you please explain this in the simplest way possible?