learnJavascriptAndHtmlAndCssforfree

JavaScript code snip

function hello(){
  alert("hello");
}
document.body.onload = hello()

javascript

thank you for visiting us