Wml-p-tag
提供:Dev Guides
WML <p>タグ
<p>要素はテキストの段落を定義し、WAPブラウザーは常に新しい行で段落をレンダリングします。
WMLでテキスト、画像、またはテーブルを定義するには、<p>要素が必要です。
属性:
<p>要素は、次の属性をサポートしています。
Attribute | Value | Description |
---|---|---|
align |
|
This is used to change the horizontal alignment of a paragraph. |
mode |
|
Sets whether a paragraph should wrap lines or not. |
xml:lang | language_code | Sets the language used in the element |
class | class data | Sets a class name for the element. |
id | element ID | A unique ID for the element. |
例:
以下は、<p>要素の使用法を示す例です。
これにより、次の結果が生成されます。