You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<body>
<div class="dropdown">
<button class="btn btn-primary dropdown-toggle" type="button" data-bs-
toggle="dropdown" aria-expanded="false">
Dropdown
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Dropdown item</a></li>
<li><a class="dropdown-item" href="#">Dropdown item</a></li>
<li><a class="dropdown-item" href="#">Dropdown item</a></li>
</ul>
</div>

<h1 class=" text-center">This is a Heading</h1>


<p>This is a paragraph.</p>

</body>

<!-- Design by www.boltuix.com/html/tryitfb35.html?filename=tryhtml_default Get


free creative web templates https://www.boltuix.com (Search : Web Template)
[XR&CO'2014], Mon, 13 Jun 2022 07:56:17 GMT -->
</html>

You might also like