美文网首页我爱编程
Use Bootstrap with JSP

Use Bootstrap with JSP

作者: Zihowe | 来源:发表于2017-07-29 08:26 被阅读15次

Question
How do I use Bootstrap with JSP?


Answer
You would use the exact same technique of using bootstrap with any regular HTML file.

  1. Load the bootstrap files in the <head> section of your JSP file
  2. Apply the bootstrap styles in the JSP file on html tags.

Here's a demo JSP file that makes use of Bootstrap.


相关文章

网友评论

    本文标题:Use Bootstrap with JSP

    本文链接:https://www.haomeiwen.com/subject/gtyqlxtx.html