| THtmlNode() > Html Tag data |
![]() |
![]() |
![]() |
Checks if an HTML tag has an optional end tag.
| Note: | READONLY | Data type: | L | Default: | .F. |
The instance variable :isOptional contains .T. (true) when the HTML node may appear without an end tag, otherwise .F. (false).
HTML tags with optional end tags
| HTML tag | |
|---|---|
| <body> | <option> |
| <colgroup> | <p> |
| <dd> | <tbody> |
| <dt> | <td> |
| <head> | <tfoot> |
| <html> | <th> |
| <li> | <thead> |
| <marquee> | <tr> |
| <optgroup> |
http://www.xHarbour.com