4.13.5 HTMLパーツで使用できるタグ一覧
|
項番 |
HTMLタグ |
属性 |
|---|---|---|
|
1 |
A |
class,style,title,href,name,target("_blank"だけ指定可) |
|
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","hidden"を指定可),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 |
- 注
-
ここで示すHTMLタグ以外のHTMLタグを使用した場合の動作は保証されません。見映えなどの設定には,CSSを使用することを推奨します。
- 注※
-
これらのタグを使用して作成したパーツの入力値は,入出力プラグインに渡すことができます。<INPUT>タグでは,type属性を付けた場合に有効です。