doctype: Generate HTML document string with properly declared DOCTYPE.

doctypeR Documentation

Generate HTML document string with properly declared DOCTYPE.

Description

Generate HTML document string with properly declared DOCTYPE.

Usage

doctype(..., 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.


html5 documentation built on Oct. 18, 2022, 1:05 a.m.

Related to doctype in html5...