wwHtmlHelpers.HtmlOpenElement

Creates an opening HTML element tag.

Examples:```foxpro ? HtmlOpenElement("div") &&

? HtmlOpenElement("span",[ style="color: red"],"spTotal") &&

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