Using Bootstrap resources in JSP

We can add Bootstrap resources just like other static resources in the JSP:

 <script src= "webjars/bootstrap/3.3.6/js/bootstrap.min.js"> 
</script>

<link
href="webjars/bootstrap/3.3.6/css/bootstrap.min.css"
rel="stylesheet">
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset