wwHtmlHelpers.HtmlOpenElement
Creates an opening HTML element tag.
Examples:```foxpro ? HtmlOpenElement("div") &&
? HtmlOpenElement("span",[ style="color: red"],"spTotal") &&
undefinedundefined
HtmlOpenElement(lcElement,lcAttributes,lcId)
Parameters
lcElement
The name of the element tag like div, img, a etc.
lcAttributes
Optional string of Attributes or anything that gets embedded into the opening tag.
lcId
Optional id attribute.
See also
Class wwHtmlHelpers© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic