Package: html5
Type: Package
Title: Generates HTML Tag Strings for HTML5 Elements Included in
        Mozilla's Documentation of HTML5
Version: 0.1.0
Author: Timothy Conwell
Maintainer: Timothy Conwell <timconwell@gmail.com>
Description: Generates HTML tag strings for HTML5 elements included in Mozilla's documentation of HTML5. 
    Attributes are passed as parameters. If the attribute name is a reserved R word, the attribute is suffixed with _attr (ex: for_attr). 
    To declare a DOCTYPE, wrap html with function html_doc().
    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
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-09 22:54:08 UTC; tim
Repository: CRAN
Date/Publication: 2021-01-13 15:50:02 UTC
