JAVA Web Tutorial Part.2 Using Bootstrap CSS



https://i.ytimg.com/vi/iigM_hOyGBI/hqdefault.jpg



JAVA Web Programming using Netbeans JAVA EE.
Part 2, example add Bootstrap CSS and make simple Form.

Original source


One response to “JAVA Web Tutorial Part.2 Using Bootstrap CSS”

  1. 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>

Leave a Reply