【菜鸟学习笔记】bootstrap_字体图标

 1 
 2 DOCTYPE html>
 3 <html lang="zh-CN">
 4 <head>
 5     <meta charset="utf-8">
 6     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 7     <meta name="viewport" content="width=device-width, initial-scale=1">
 8     <link href="css/bootstrap.min.css" rel="stylesheet">
 9 
10     
11     
12     
16 head>
17 <body>
18     
19     <span class="glyphicon glyphicon-asterisk">span>    
20         <script src="https://cdn.bootcss.com/jquery/1.12.4/jquery.min.js">script>  
21         <script src="js/bootstrap.min.js">script>
22 body>

 

转载于:https://www.cnblogs.com/clover-llm/p/6439041.html

你可能感兴趣的:(javascript,ViewUI)