Package: html5
Type: Package
Title: Creates Valid HTML5 Strings
Version: 1.0.2
Author: Timothy Conwell
Maintainer: Timothy Conwell <timconwell@gmail.com>
Description: Generates valid HTML tag strings for HTML5 elements documented by Mozilla. 
    Attributes are passed as named lists, with names being the attribute name and values being the attribute value. 
    Attribute values are automatically double-quoted. To declare a DOCTYPE, wrap html() with function doctype().
    Mozilla's documentation for HTML5 is available here: <https://developer.mozilla.org/en-US/docs/Web/HTML/Element>.
    Elements marked as obsolete are not included. 
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-10-17 16:32:55 UTC; tim
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2022-10-17 17:12:32 UTC
Built: R 4.2.0; ; 2022-10-18 11:47:42 UTC; unix
