我爱编程

Use Bootstrap with JSP

2017-07-29  本文已影响15人  Zihowe

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.


上一篇 下一篇

猜你喜欢

热点阅读