show

英[???] 美[?o?]

vt.& vi. Show; show to…see; reveal; perform

vt.Explain; explain; instruct; demonstrate

n.Display;performance;exhibition;appearance

vi.Be seen, show up, be obvious

Bootstrap show style syntax

Function: Force element display

Bootstrap show style example

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8"> 
	<title>php中文網(wǎng)(php.cn)</title> 
	<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">  
	<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
	<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
	<h2>實(shí)例</h2>
	<p> .show 類強(qiáng)制一個(gè)元素顯示:</p>
	<p class="show">該段落強(qiáng)制顯示</p>
	<p> .hidden 類強(qiáng)制一個(gè)元素隱藏 :</p>
	<p class="hidden">該段落強(qiáng)制隱藏</p>      
</div>
</body>
</html>
Run instance ?

Click the "Run instance" button to view the online instance