// JavaScript Document function sample(){ document.getElementById("itemid").style.display = "block"; document.getElementById("itemid").innerHTML = "text"; }