Does anyone see why this code wont work?
<div class="container"> <div class="jumbotron"> <h1>The Image Gallery</h1>
<scriptsrc=“https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js”>
<scriptsrc=“https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js”>
Have you closed the div tags. What exactly doesn’t work?
Hey @rckymtndev1, please post the full code of your website so we can see what is wrong. From the looks of it now, it seems that you are not closing your div tags and also there is no space in your script tags between the tag script and src.