Write it in HTML,
Please write it correctly and i'll give you a thumps up
About Me Guessing Game Build a website to share more about yourself. It asks a few questions to let the user get to know you. The user input is taken via browser prompts and responses are given through alerts. 1. [3 points] As a user, I would like to learn about the site owner so I can get to know them better. Create an About Me guessing game that utilizes HTML, CSS, \& JavaScript. Include on your HTML page a short biography, your education history, an overview of your job experience, and any goals that you may have. 2. [2 points] As a user, I would like a personalized welcome message so that I feel like I am interacting with the site owner. Ask the user their name through a prompt 0 - Display that name back to the user through a custom greeting welcoming them to your site. 3. [2 points] As a user, I would like to view a series of data related to the site owner interest so that I can quickly view more information about him/her. Create a "Top Five" at the bottom of your HTML page as an ordered list in HTML. Some ideas that you can include could be top five movies, top five favorite places, or top five places to visit. You may choose to do whatever top five list that you wish. Convert your work experience and education summary into an unordered list using HTML 4. [3 points] As a user, I would like to guess the answer to a question that could have many possibilities so that I can have fun with a guessing game. Add a question that has multiple possible correct answers that are stored in an array. Give the user 3 attempts to guess the correct answer. The guesses will end once the user guesses a correct answer or they run out of attempts. - Save the questions and user's answers in different arrays. - Display all the possible correct answers to the user in console and at the bottom of your page. Consider using a loop of some sort for this