What are the different WML Commands used in WMLScript?

What are the different WML Commands used in WMLScript?



- The commands allow the statements to be written in an object oriented manner and it also provide other provisions to make the code look short.

- WML commands used in WMLScript are as follows:

- Formatting commands:

<p>: this is used to design the paragraph according to the requirements.
<b>: this is used to make the paragraph bold according to the requirements.
<big>: this is used to make the paragraph appear large according to the requirements.
<em>: this is used to emphasize on the paragraph according to the requirements.
<I>: this is used to make the paragraph italics according to the requirements.

- Inserting images:

<img src="image-path/image - name" alt="Hello" />

- Using Tables:

<table>: this defines the table and used in the beginning of the table area to display it.
<tr>: it defines the row of the table.
<td>: it defines the data of the row that is presented in the table.
<Thead>: it defines the table header of the table.
Post your comment