THtmlNode() > Html Tag data |
Checks if an HTML tag may appear inline.
Note: | READONLY | Data type: | L | Default: | .T. |
The instance variable :isInline contains .T. (true) when the HTML node may appear within textual content, otherwise .F. (false).
Inline tags
HTML tag | ||
---|---|---|
<a> | <ilayer> | <rt> |
<abbr> | <img> | <rtc> |
<acronym> | <input> | <ruby> |
<applet> | <ins> | <s> |
<b> | <kbd> | <samp> |
<basefont> | <keygen> | <script> |
<bdo> | <label> | <select> |
<big> | <legend> | <server> |
<blink> | <map> | <servlet> |
<br> | <marquee> | <small> |
<button> | <nobr> | <spacer> |
<cite> | <noembed> | <span> |
<code> | <nolayer> | <strike> |
<comment> | <noscript> | <strong> |
<del> | <object> | <sub> |
<dfn> | <param> | <sup> |
<em> | <q> | <textarea> |
<embed> | <rb> | <tt> |
<font> | <rbc> | <var> |
<i> | <u> | <wbr> |
<iframe> | <rp> |
http://www.xHarbour.com