Owning Palette: HTML VIs
Installed With: Internet Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the HTML Head VIs to create tags for the HEAD section of an HTML document.
The VIs on this palette can return HTTP error codes.
| Palette Object | Description |
|---|---|
| HTML Base | Constructs a base URL element <BASE> for the HTML head section. You can use the base URL for dereferencing partial URLs within the document. |
| HTML IsIndex | Constructs an IsIndex element <ISINDEX> for the HTML head section. |
| HTML Link | Constructs a link element <LINK> for the HTML head section. You can use the link element to define relationships with other documents and resources. |
| HTML Meta | Constructs a meta element <META> for the HTML head section. You can use the meta element to include name/value pairs describing the properties of the document. |
| HTML+ Meta List | Creates a series of meta elements <META> for the HTML head section. |