Introduction to how to hide a certain text in HTML

高洛峰
Release: 2017-03-07 11:28:05
Original
1688 people have browsed it

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>
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!