HTML Tags
HTML Tags
<label for="">2</label>
<input type="checkbox" name="" value="" ><br><br>
<label for="">3</label>
<tbody>
<tr>
<td><img src="Pictures/lon.jpg" alt="london" title="London"
width="50" height=""></td>
<td><a
href="https://en.wikipedia.org/wiki/England">England</a></td>
<td>London</td>
<td>55 Million</td>
</tr>
<tr>
<td><img src="Pictures/usa.png" alt="USA" title="USA"
width="50" height=""></td>
<td><a
href="https://en.wikipedia.org/wiki/United_States">United States</a></td>
<td>Washington</td>
<td>328 Million</td>
</tr>
<tr>
<td><img src="Pictures/china.png" alt="china" title="China"
width="50" height=""></td>
<td><a
href="https://en.wikipedia.org/wiki/China">Beijing</a></td>
<td>China</td>
<td>1.4 Billion</td>
</tr>
</tbody>
</table>
To create a clickable text that will redirect you to another website or anything,
use <a> tag:
<a href="https://www.apple.com/sg/">Apple</a>