home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 January / INTERNET98.ISO / pc / software / windows / building / bonfire / data1.cab / Example_Files / example.xml next >
Encoding:
Extensible Markup Language  |  2002-08-10  |  522 b   |  26 lines

  1. <?xml version="1.0"?>
  2. <wml>
  3.     <card id="main" class="dgdfgdfuy" title="Text Styles Example">
  4.         <p align="center">
  5.             <b>Bolddd</b>
  6.         </p>
  7.         <p align="center">
  8.             <em>Emphasis</em>
  9.             <strong>Sdssstrong</strong>
  10.             <i>Italic</i>
  11.             <u>Underline</u>
  12.             <big>Big</big>
  13.             <small>Small</small>
  14.         </p>
  15.     </card>
  16.     <card id="link" title="Link Example">
  17.         <p align="center">
  18.             <a href="link1.wml">Link 1 Text</a></p>
  19.         <p>
  20.             <anchor>
  21.                 <go href="link2.wml"/>Link 2 Text
  22. </anchor>
  23.         </p>
  24.     </card>
  25. </wml>
  26.