" that causes the content to appear sunken or illustrated. To create a well, simply place the content in a "
" with "class .well"."/> " that causes the content to appear sunken or illustrated. To create a well, simply place the content in a "
" with "class .well".">

Home  >  Article  >  Web Front-end  >  what is bootstrap well

what is bootstrap well

藏色散人
藏色散人Original
2020-11-09 11:00:081825browse

bootstrap well is a container "

" that causes the content to be recessed or illustrated. To create a Well, simply place the content in the "<" with "class .well" ;div>".

what is bootstrap well

Recommended: "bootstrap Tutorial"

Bootstrap Well

Well is a container

that causes the content to appear recessed or illustrated. To create a Well, simply place the content inside a
with class .well. The following example demonstrates a default Well:

The code is as follows:

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8"> 
	<title>Bootstrap 实例 - 默认的 Well</title>
	<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
	<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
	<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>

<div class="well">您好,我在 Well 中!</div>

</body>
</html>

Running effect:

what is bootstrap well

The above is the detailed content of what is bootstrap well. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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