4.13.5 Tags available for HTML parts
The following table lists the HTML tags and attributes available for HTML parts.
No. |
HTML tag |
Attribute |
---|---|---|
1 |
A |
class, style, title, href, name, target (Only "_blank" can be specified.) |
2 |
BR |
class, style, title |
3 |
CAPTION |
class, style, title |
4 |
COL |
class, style, title, span |
5 |
COLGROUP |
class, style, title, span |
6 |
DIV |
class, style, title |
7 |
IMG |
class, style, title, alt, src |
8 |
INPUT# |
class, style, title, checked, disabled, maxlength, name, readonly, size, type ("text", "checkbox", "radio", and "hidden" can be specified.), value |
9 |
OPTGROUP |
class, style, title, disabled, label |
10 |
OPTION |
class, style, title, disabled, label, selected, value |
11 |
SELECT# |
class, style, title, disabled, name |
12 |
SPAN |
class, style, title |
13 |
TABLE |
class, style, title |
14 |
TBODY |
class, style, title |
15 |
TD |
class, style, title, colspan, rowspan |
16 |
TEXTAREA# |
class, style, title, cols, disabled, name, readonly, rows |
17 |
TFOOT |
class, style, title |
18 |
TH |
class, style, title, colspan, rowspan |
19 |
THEAD |
class, style, title |
20 |
TR |
class, style, title |
- Note:
-
If HTML tags other than those listed above are used, operation is unpredictable. We recommend that you use a CSS for the setting of appearance.
- #
-
The values input to the part you create with these tags can be passed to I/O Plugins. With the <INPUT> tag, passing of values is enabled when the type attribute is specified for the tag.