--- 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 its good when inculded in head before *.js Second `owl.theme.default.css` file is optional and feel free to edit it. 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 `