-1

Here's the minimal configuration that I've figured out so far:

<html>
<head>
  <link rel="shortcut icon" href="microsoft.png" type="image/png">
  <link rel="stylesheet" href="bootstrap-4.0.0-alpha.2/dist/css/bootstrap.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
</head>
<body>
  <h1>Hello World!</h1>
  <script src="bootstrap-4.0.0-alpha.2/docs/assets/js/vendor/tether.min.js"></script>
  <script src="bootstrap-4.0.0-alpha.2/dist/js/bootstrap.js"></script>
</body>
</html>

Q: After the opening body tag, what replaces div class="container"?

danopz
  • 3,310
  • 5
  • 31
  • 42
Phillip Senn
  • 46,771
  • 90
  • 257
  • 373

1 Answers1

4

Nothing replaces it. Bootstrap 4 still uses containers.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335