JAVA Web Programming using Netbeans JAVA EE.
Part 2, example add Bootstrap CSS and make simple Form.
Original source
JAVA Web Tutorial Part.2 Using Bootstrap CSS
https://i.ytimg.com/vi/iigM_hOyGBI/hqdefault.jpg
Tags
(Programming, bootstrap, bootstrap 4, bootstrap css, bootstrap grid, java, netbeans, tutorial, Web
Share :
- tweet
-
About the : d4mer
Bootstrap 4 Grid Template for Sketch Tutorial
January 16th, 2021Diseño web con CSS Grid (no más Bootstrap)
January 15th, 2021Responsive Bootstrap GRid SYstem
January 14th, 20215 – Componente VUEjs con Bootstrap 4 en Laravel | Rimorsoft Online
January 12th, 2021One Comment
Leave A Comment
You must be logged in to post a comment.
Sagar Bobade
it doesn't work in eclipse of ubuntu. please help.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div class="w3-bar w3-black">
<a class="w3-bar-item w3-button w3-mobile" href="../java/java.html">Java</a>
<a class="w3-bar-item w3-button w3-mobile" href="../spring/spring.html">Spring</a>
<a class="w3-bar-item w3-button w3-mobile" href="#">Hibernate</a>
<a class="w3-bar-item w3-button w3-mobile" href="#">JSF</a>
</div>
</div>
</body>
</html>