Home  >  Article  >  Web Front-end  >  Introduction to how to hide a certain text in HTML

Introduction to how to hide a certain text in HTML

高洛峰
高洛峰Original
2017-03-07 11:28:051690browse

There are many ways to hide text. This article will introduce to you how to hide a certain text in HTML. How to implement it specifically. Friends who need it can learn more. Text hiding code, hiding a certain paragraph of text in HTML

The code is as follows:

<p style="display:none;"> 
需要隐藏的文字....... 
</p> 
<p style="display:none;"> 
隐藏文字 
</p>

For more introduction to the implementation method of hiding a certain paragraph of text in HTML, please pay attention to the PHP Chinese website for related articles!

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