# Quick start 1. Create a plain old html file 2. Add latest PodOS script tag and stylesheet to the head 3. Add a `` to the body and use any PodOS element within it. 4. Host the page on any webserver (like your [Solid](../solid/index.md) Pod 😉) Try this 🤩: ``` html linenums="1" hl_lines="5-12 15 16 17 19 22" PodOS Quick Start

``` 1. PodOS can be easily included from any CDN 2. `` will provide PodOS to child elements. All other PodOS elements must be nested inside a `` 3. Loads the resource and sets the context for all the child elements 4. You can just combine normal HTML with PodOS elements 5. `` renders a renders a description of the resource Check out the [📖 Storybook documentation](https://pod-os.github.io/PodOS/storybook/) and the [element reference](../reference/elements/index.md) to learn about the available elements. For advanced topics and practical guides, take a look into the [🧑‍🏫 tutorial section](../tutorials/index.md).