Home  >  Article  >  Web Front-end  >  Several ways to hide Html elements_HTML/Xhtml_Web page production

Several ways to hide Html elements_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:39:201427browse

1. Use css

to copy the code
The code is as follows:

style="display: none;"

2. Use javascript

to copy the code
The code is as follows:

item.style.display='none';
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn