LESS is very cool. I always wondered if there are any good html generators that allow me to write a form more easily or do other things. Is there something somewhat similar but for html?
feedback
|
|
Tried Haml? From its website, this Haml code:
gets converted into this HTML.
If you like Haml, then you might also like Sass, which is Haml for CSS. Actually, Haml comes with Sass. You can still use LESS if you like. | |||
|
feedback
|
|
Check out Zen-Coding. Uses a CSS style markup to generate HTML with some nice features. | |||
|
feedback
|