THtmlNode() > Html Tag data |
Checks if an HTML tag designates a block of text.
Note: | READONLY | Data type: | L | Default: | .F. |
The instance variable :isBlock contains .T. (true) when the HTML node contains a block of text, otherwise .F. (false).
HTML tags for text blocks
HTML tag | |
---|---|
<address> | <isindex> |
<align> | <layer> |
<area> | <listing> |
<blockquote> | <menu> |
<center> | <multicol> |
<del> | <noframes> |
<dir> | <nolayer> |
<div> | <nosave> |
<dl> | <noscript> |
<fieldset> | <ol> |
<form> | <p> |
<h1> | <plaintext> |
<h2> | <pre> |
<h3> | <script> |
<h4> | <server> |
<h5> | <table> |
<h6> | <ul> |
<hr> | <xmp> |
<ins> |
http://www.xHarbour.com