étiquette

Anglais [ˈleɪbl] US [ˈleɪbl]

n. étiquette; appelé marque, symbole; [construire] la moulure sur une porte ou une fenêtre

vt. . ;[Chimie] Utiliser des éléments radioactifs pour tracer (des éléments ou des atomes, etc.)

danger

Anglais [ˈdeɪndʒə(r)] US [ˈdendʒɚ]

n Danger;

Étiquette Bootstrap étiquette-danger Tags syntaxe

Fonction : étiquette rouge type "danger"

Étiquette Bootstrap étiquette-danger Tags exemple

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
    <title>Bootstrap 实例 - 标签</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>.label 类放置在不同的元素中(自适应大小):</p>
  <h1>标题 1 <span class="label label-danger">新</span></h1>
  <h3>标题 3 <span class="label label-danger">新</span></h3>
  <h5>标题 5 <span class="label label-danger">新</span></h5>
  <p>段落 <span class="label label-danger">新</span></p>
</div>

</body>
</html>
Exécuter l'instance »

Cliquez sur le bouton « Exécuter l'instance » pour afficher l'instance en ligne