text

英 [tekst]? ?美 [t?kst]??

n.文本,原文;課文,教科書;主題;版本

v.發(fā)短信

muted

英 [?mju:t?d]? ?美 [?mjut?d]??

adj.(聲音)減弱的,變得輕柔的; (尤指感情的表達(dá))緩和的,溫和的

Bootstrap text-muted樣式 語(yǔ)法

作用:"text-muted" 類的文本樣式? ??

Bootstrap text-muted樣式 示例

<!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>文本</h2>
	<p class="text-muted">該段落使用了樣式 "text-muted"。</p>            
	<a class="text-muted" href="http://miracleart.cn">鏈接使用了樣式 "text-muted"。</a>           
</div>

</body>
</html>
運(yùn)行實(shí)例 ?

點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例