Counter

Create a simple HTML document that meets the following requirements:


  • - Create a button with inner text that represents the count. Make the text within the button display the number of times the button has been clicked.


  • - The count should be a h3 tag with id='count'.


  • - Ensure the background colour of the button is of colour: 'blue' / rgba(0, 0, 255, 1) and h3 count Text is white


Expected Output:
</>
Code
Loading...
Output