HTMLDocument::MetaData
Constructors
- MetaData()
Usage
This data type is used to create the <head> section of a HTML document. The following things can be added using this data type.
- Meta data
<meta name='...' value='...'> - External CSS Stylesheets
- Document-level links (
<link>) - External client-side Javascript