0% found this document useful (0 votes)
38 views2 pages

Batch No:-B2 Practical No:-6

This WML application displays images in a table format. The first card contains an image link that links to the second card. The second card displays the image data in a two column table including details about the college, student name, enrollment number and branch.

Uploaded by

parth_spd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views2 pages

Batch No:-B2 Practical No:-6

This WML application displays images in a table format. The first card contains an image link that links to the second card. The second card displays the image data in a two column table including details about the college, student name, enrollment number and branch.

Uploaded by

parth_spd
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

100510107028

Batch No:-B2

Practical No:-6

Aim:- Write A WML application to display the images in form of table. <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card title="PRACTICAL-6" id="card1"> <p> <b>Click On Image To View Table.</b><br /> <a href="#card2" ><img src="1.gif " alt="Image not displayed."/></a><br /> </p> </card> <card title="PRACTICAL-6" id="card2"> <p align="center"> <table columns="2" align="RL"> <tr> <td><b>COLLEGE:</b></td> <td>ALPHA COLLEGE OF ENGINEERING AND TECHNOLOGY</td> </tr> <tr> <td><b>NAME:</b></td> <td>Trupti Patel </td> </tr> <tr> <td><b>ENROLLMENT NO:</b></td> <td>100510107028</td> </tr> Alpha College of Engineering & Technology Page 1

100510107028 <tr>

Batch No:-B2

Practical No:-6

<td><b>BRANCH:</b></td> <td>Computer Engineering</td> </tr> </table> </p>

</card> </wml> Output:-

Alpha College of Engineering & Technology

Page 2

You might also like