Add functionality so user have option to switch to dark mode which will make the background of this text black, text color will be white and bold!! Also add transition with delay of 2s.
For this section you have couple tasks to perform for this form, work one task at the time
Add functionality, once data is submitted to change color of the button and for data not to be lost, so it will remain in the input field
Add functionality to save the data, so you can read input in the console as well
Write a function called showMessage() that is triggered when the form is submitted.
The function should:
Access the value entered by the user in the input field.
Remember to stop the web page from refreshing when the form is submitted.
Add functionality to the id="answer", and add onclick attribute to button so user can read following answer :"JavaScript is a scripting or programming language that allows you to implement complex features on web pages"
What is JavaScript?
Build functionality to convert Sterling Pounds to Euro 1pound = 1.15eur. Make sure ti display the result in the h2 tag bellow.
Using javascript move blue box 100px to the right and 400px to the bottom to cover the red box
Build functionality when the "Close" button is clicked, clear the page of all HTML and display the message “Thank you Marko"