Nokia 9110i 사용자 설명서

다운로드
페이지 26
15 (26)
5.1.3  Text formatting elements
The normal font size used in 9110i is 12 pixels. The 9110i browser supports all text emphasis elements
of WML, listed below. The picture below demonstrates how different emphasis elements are rendered
as text and in a table.
Em 
<em>
element is rendered as bold text
Strong
<strong>
element is rendered as bold + italic text
Italics
<i>
element is rendered as italic text
Bold
<b>
element is rendered as bold text
Underlined
<u>
element is rendered as underlined text
Larger font
<big>
element is rendered as bigger text than normal, 14+ pixels
Smaller font
<small>
element is rendered as smaller text than normal, 10 pixels
It is recommended to use the em and strong elements for text formatting where possible.
Example 2 Text formatting
<wml>
<card id="card1" title="Emphasis">
<p align="center">
<u>This is how <b> Nokia 9110i </b> shows <i> text:</i><br/>
</u>
<table columns="5">
<tr> <td><b>WML ELEMENT</b></td> <td>em</td> <td>strong</td>
<td>big</td> <td>small</td> </tr>
<tr> <td><b>RENDERING</b></td> <td><em>emphasis</em></td>
<td><strong>strong em</strong></td> <td><big> big font</big></td>
<td><small>smaller font</small></td> </tr>
</table>
</p>
<do type="prev" label="Back">
<prev/>
</do>
</card>
</wml>
5.1.4  Line Break
New lines in text can be defined by line break element 
<br>.
 
The 
<br
> can be used inside other
elements as long as it belongs to a paragraph.