Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

Table Structure for Activity 2

==============================
<table style="margin:0 auto;
border:2px solid red;
width:400px;
height:300px;
background-color=aqua;
font-size:12pt;">
<tr>
<td colspan="2"
style="text-align:center;
font-family:'Monotype Corsiva';
font-size:24pt;
font-weight:bold;">
Variables in PHP
</td>
</tr>
<tr>
<td>
Sum
</td>
<td>
<!-- Write necessary php code here -->
</td>
</tr>
<tr>
<td>
Subtraction
</td>
<td>
<!-- Write necessary php code here -->
</td>
</tr>
<tr>
<td>
Multiplication
</td>
<td>
<!-- Write necessary php code here -->
</td>
</tr>
<tr>
<td>
Division
</td>
<td>
<!-- Write necessary php code here -->
</td>
</tr>
<tr>
<td>
Marks Percentage
</td>
<td>
<!-- Write necessary php code here -->
</td>
</tr>
<tr>
<td>
Image
</td>
<td>
<!-- Write necessary php code for the image source -->
<img src=""
alt = "Image not found"
width='200'
height='200'/>
</td>
</tr>
<tr>
<td>
Today's Date
</td>
<td>
<!-- Write necessary php code here -->
</td>
</tr>
<tr>
<td>
Current Time
</td>
<td>
<!-- Write necessary php code here -->
</td>
</tr>
</table>
========================================

You might also like