Please update the following HTML table with the new records provided in the format below. Ensure that:
<td>
based on the provided data.<td>
, and use a placeholder for the link.New Data Format:
Example of New Data:
Mrs. Marlene de Mel
Mendis Lane, Idama
15th Thursday
5.00 pm
Mrs. Leena Fernando
No:40, 1st Lane, Rawathawatta
16th Friday
6.00 pm
HTML to Update:
<table style=”width: 100%; border-collapse: collapse; margin: 0; font-size: 18px; float:left;”>
<!– Example Existing Row –>
<tr style=”border-bottom: 1px solid #ddd; margin:0; padding: 0;”>
<td style=”padding: 12px 0px; text-align: left; background-color:rgba(0, 0, 0, 0);”>
<h6 style=”margin-bottom:0px” data-label=”date”>08th August</h6>
<p style=”font-weight:normal;” data-label=”time”>7:00 pm</p>
</td>
<td style=”padding: 12px 0px; text-align: left; background-color:rgba(0, 0, 0, 0);”>
<h6 style=”margin-bottom:0px” data-label=”home-cell”>Home Cell 1</h6>
<p style=”font-weight:normal;” data-label=”host”>Indrani Fernando</p>
</td>
<td style=”padding: 12px 0px; text-align: left; background-color:rgba(0, 0, 0, 0);”>
<h6 style=”margin-bottom:0px” data-label=”location”>Uyana</h6>
<p style=”font-weight:normal;” data-label=”address”>Uyana Station Road</p>
</td>
<td style=”padding: 12px; text-align: right; background-color:rgba(0, 0, 0, 0);”>
<a target=”_blank” href=”https://www.google.com/maps/place/Uyana+Rd+%26+Lunawa+Station+Rd,+Moratuwa+10400/@6.7874458,79.8765519,19.95z/data=!4m6!3m5!1s0x3ae2451dda7511c9:0x284f53692918ceb6!8m2!3d6.7873438!4d79.8765831!16s%2Fg%2F11cs6g936l?entry=ttu” style=”padding: 5px 10px; color: #444; text-align: center; text-decoration: none; display: inline-block; border-radius: 500px; border: 1px solid #333; font-size: 16px;”>→</a>
</td>
</tr>
</table>