Home > Web Front-end > Bootstrap Tutorial > How to import bootstrap style in jsp

How to import bootstrap style in jsp

Release: 2019-07-31 09:00:22
Original
5038 people have browsed it

How to import bootstrap style in jsp

Import bootstrap style into jsp:

#1. First create a new file in WEB-INF folder, and then add three files: css, fonts, and js, as shown below:

How to import bootstrap style in jsp

#2. Introducing bootstrap styles is equivalent to css styles, and calls the required styles externally. , add these lines of code to the jsp page to call the bootstrap style,
as shown below:

How to import bootstrap style in jsp

Recommended: bootstrap introductory tutorial

The above is the detailed content of How to import bootstrap style in jsp. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template