html5 (version 0.1.0)

html_doc: Generate HTML string with properly declared DOCTYPE.

Description

Generate HTML string with properly declared DOCTYPE.

Usage

html_doc(..., doctype = "html")

Arguments

...

A string or strings of HTML element tags.

doctype

A string declaring the DOCTYPE for the HTML content.

Value

A HTML document string.