
Web Browser for the 4625SW IP Telephone
188 4600 Series IP Telephones Application Programmer Interface (API) Guide
First <a> tag Example
CSS2 properties for an <a> tag are inherited from its parent <p> tag. Properties can also be
inherited from <p>’s parent tag <card> tag, etc. This example shows that the background-color
is specified in the <card> tag for the whole page and a special color is specified for the <a> tag.
<wml>
<card style=”background-color:green;” title=”Card 1”>
<p>
Sample Text
<a href=”1.wml” style= ”background-color:green; text:medium blue;”>
First Link
</a>
</p>
</card>
</wml>
Komentarze do niniejszej Instrukcji