This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
document.getElementById("demo").innerHTML = "Hello World!";
This example changes the content (the
) of the element with . In the example above, getElementById is a method, while innerHTML is a property.