-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable with image.html
More file actions
33 lines (32 loc) · 1.07 KB
/
table with image.html
File metadata and controls
33 lines (32 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title> PRAC 3d </title>
</head>
<body>
<table align="center" border="1" cellpadding="10" cellspacing="0" bgcolor="#FDFA9E">
<tr bgcolor="blue">
<th colspan="5"><font color="#00ffff"><b>SURFING IN THE DARK <i>...A Beginner's Odyssey</b></i></th>
</tr>
<tr border="0">
<td rowspan="3"> <img src="https://nss.gov.in/sites/default/files/nsshomepage.jpeg" height="275" width="275"></td>
<td><u><font color="blue">1. INTRO</u></td>
<td><u><font color="blue">2. HTML BASICS</u></td>
<td><u><font color="blue">5.TABLES</u></td>
<td><u><font color="blue">8. JAVA SCRIPT</u></td>
</tr>
<tr border="0">
<td><u><font color="blue"><input type="checkbox">RESOURCES</u></td>
<td><u><font color="blue">3. APPLYING HYPERTEXT</u></td>
<td><u><font color="blue">6. GRAPHICS</u></td>
<td><u><font color="blue">9. MIDI MUSIC</u></td>
</tr>
<tr border="0">
<td><u><font color="blue"><input type="checkbox">TOOLS</u></td>
<td><u><font color="blue">4. COLOR</u></td>
<td><u><font color="blue">7. COUNTERS</u></td>
<tr>
</tr>
</table>
</body>
</html>