Home >Web Front-end >HTML Tutorial >divhidden_html/css_WEB-ITnose
Hidden code? !
Just let the background not print this paragraph. display:none View the source file and you can also see the code.
display: none;
window.onload = function( ){
document.getElementById("ID to be hidden").style.display = "none";
}
display:none Hide
display:block Show
None of you can do this
.hide()
.show()
It is impossible to hide the html source code.
Your idea is like tearing down all the bricks after the house is built. Do you think it is possible?