码迷,mamicode.com
首页 > Web开发 > 详细

在JSP中使用BootStrap

时间:2015-11-07 17:32:28      阅读:1053      评论:0      收藏:0      [点我收藏+]

标签:

 1. 下载BootStrap,然后再Jsp标签中添加如下标签:

<html>
<head lang="zh-cn">
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>签到</title>
    <link href="css/bootstrap.min.css" rel="stylesheet">
</head>

 

在JSP中使用BootStrap

标签:

原文地址:http://www.cnblogs.com/blogofwyl/p/4945700.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!