eclipse中使用bootstrap

1.先在WebContent中导入以下三个文件(自行去官网下载:bootstrap jQuery

eclipse中使用bootstrap_第1张图片

2.新建.jsp文件,比如index.jsp,现在标签里导入下面这些文件,注意顺序不能颠倒



3.然后就可以使用boostrap了,直接给标签添加“class”即可。可以去 这里 选择自己想要的风格

<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>




Insert title here





    
id username password
1 李疆 111
2 李二 222
3 张三 333

4.运行结果

eclipse中使用bootstrap_第2张图片

你可能感兴趣的:(Bootstrap,eclipse)