Embed presentation
Download to read offline






![• (html [:a {:href "http://github.com"}
"GitHub"])
• <a href="http://github.com">GitHub</a>](https://image.slidesharecdn.com/lthiccup-111115094541-phpapp01/75/Lt-hiccup-7-2048.jpg)







Hiccup is a library for generating HTML in Clojure. It has three main modules: hiccup.core which contains functions for generating HTML elements, hiccup.form-helpers for generating form elements, and hiccup.page-helpers for page-related functions like including CSS, JS, and linking between pages. Some key functions include html for generating HTML tags, defelem and defhtml for defining helper functions, and escape-html to escape text for HTML.






![• (html [:a {:href "http://github.com"}
"GitHub"])
• <a href="http://github.com">GitHub</a>](https://image.slidesharecdn.com/lthiccup-111115094541-phpapp01/75/Lt-hiccup-7-2048.jpg)





