Project

html_tags

0.0
The project is in a healthy, maintained state
This library is called html_tags. Its fundamental core idea is to collect all valid html tags into a single project, and then make this data available to other projects. Other ideas are to autogenerate closing tags (helper methods), and of course to generate string representations of these html tags. This can then be used by other web-projects. A simple usage example follows: require 'html_tags' HtmlTags.p 'hello world!' # => "<p> hello world! </p>"
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies