I barely began studying bootstrap and I am dealing with this downside, Bootstrap 5 primary row would not appear to work like within the tutorial I am studying from, Mission construction:
index.html:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Appropriate" content material="IE=edge" />
<meta identify="viewport" content material="width=device-width, initial-scale=1.0" />
<hyperlink rel="stylesheet" href="css/type.css" />
<hyperlink rel="stylesheet" sort="textual content/css" href="css/bootstrap.css" />
<title>Take a look at Doc</title>
</head>
<physique>
<div class="row">
<div>take a look at</div>
<div>test2</div>
<div>test3</div>
<div>test4</div>
</div>
<script src="js/foremost.js"></script>
<script src="js/jquery-3.6.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.js"></script>
</physique>
</html>
the outcome I am getting: