データ項目の[説明]欄で利用可能な HTML タグおよび属性です。記載のもの以外は、アプリ設定画面にて設定エラーとなります。
利用できる HTML タグと属性
*下記に記載されているすべての HTML タグで、id, class, style 属性を利用できます
*Questetra で利用しているものとの競合を避けるため、独自のグローバル関数やグローバル変数は "user_" 始まりで命名してください
タイプ | HTML タグ | 属性 |
---|---|---|
スタイル | <style> | type |
基本構造 | <div>, <span>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <hr> | - |
テキスト | <blockquote>, <q> | cite (cite 属性で指定できる値は http, https はじまりのみ) |
<p>, <br>, <em>, <strong>,<cite>, <sub>, <sup>, <pre>, <code> | - | |
テキスト表現 | <b>, <del>, <i>, <small>, <strike>, <u> | - |
リンク | <a> | href, title, target, rel (href 属性で指定できる値は、ftp, http, https, mailto, # はじまりのみ) |
リスト | <ul> | type |
<ol> | start, type | |
<dl>, <dt>, <dd>, <li> | - | |
テーブル | <table> | summary, width |
<col>, <colgroup> | span, width | |
<td> | abbr, align, axis, colspan, rowspan, width | |
<th> | abbr, align, axis, colspan, rowspan, scope, width | |
<caption>, <thead>, <tfoot>, <tbody>, <tr> | - | |
画像・動画・音声・オブジェクト | <img> | align, alt, height, src, title, width (src 属性で指定できる値は http, https, data はじまりのみ) |
<video> |
controls, height, src, width | |
<audio> *Ver. 16.2〜 |
- | |
<button> |
type, onclick (type 属性で指定できる値は、button のみ) |
|
スクリプト | <script> |
type, src |
コメント
0件のコメント
記事コメントは受け付けていません。