how to put document.getelementbyid value in a specific place in the HTML Webpage code example
Example: .innerhtml
// .innerHTML method is used to change the html contents of a DOM object
document.getElementById("demo").innerHTML = "Paragraph changed!";