--- title: CSS Framework Semantic UI --- # CSS Framework Semantic UI Semantic UI is one of the most popular CSS framework for developing responsive, mobile first projects for the web. ## Getting Started Here is a simple HTML template which includes the latest compiled and minified CSS and Javascript for the Semantic UI library. We have used a CDN in this example, but you can checkout other ways of installing Semantic UI here. ```html Semantic UI Template

Hello World

``` ## Learning Resources * The official documentation for Semantic UI is available here. * Checkout Semantic UI's open source GitHub repository here.