I want to give a div
2 classes, however, one of the class names has a space in it. I want to give a div the "section scrollspy"
class and carousel
class.
Will putting a space in between classes still work?
For example:
<div class="section scrollspy carousel">
Or is there a better way to do this?