--- title: Installation subTitle: Getting Started nav: docs description: Owl Carousel Documentation sort: 2 tags: - Getting Started --- {{#markdown }} ## Installation ------ ### Include CSS First, include two CSS files into your HTML head: ``` ``` > `owl.carousel.css` file is required and should be included before any *.js files. Second `owl.theme.default.css` file is optional and feel free to edit it. However, it is required if you'd like the default nav controls like dots or next buttons. Inside the source package you can also find [SCSS](http://sass-lang.com/) files for easy generation of your own themes. ### Include JS Yep, include jQuery and `owl.carousel.min.js` into the footer. ``` ``` ### Set HTML You don't need any special markup. All you need is to wrap your divs(owl works with any type element a/img/span..) inside the container element `