Write a button's number in a <p> tag with javascript

Advertisements I have a button that is filled by 1. I want that when I click button, a p tag fill by 1. That’s I want to edit a html tag with javascript. <!DOCTYPE html> <html> <head> <style> body{ background: linear-gradient(to bottom, rgb(75,83,119), rgb(33,35,53)); } #btn1{ background: linear-gradient(to bottom, rgb(49,87,255), rgb(78,39,255)); box-shadow: 5px 5px 10px… Read More Write a button's number in a <p> tag with javascript