Problem
A. Add a button element to the page. The button label should be Display Message.
B. Define a JavaScript function named displayMessage(). This JavaScript function should display the message End of Semester! 5 times on separate lines and formatted as Heading 1.
C. When the Display Message button is clicked, the displayMessage() function should be called and the End of Semester ! message should be displayed 5 times.