To hide a div using JavaScript, get reference to the div element, and assign value of "none" to the element.style.display property. Example <!DOCTYPE html> ...
確定! 回上一頁