html
html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="" content="">
<title></title>
</head>
<body>
<table border="1">
<tr>
<th>Serial</th>
<th>Name</th>
<th>Copies</th>
<th>Confirm</th>
</tr>
<tr>
<td></td>
<td><a href="https://www.freeiconspng.com/img/45589" title="Image from freeiconspng.com"><img src="https://www.freeiconspng.com/uploads/16x16-plus-icons-no-attribution-0.png" alt="16x16 Plus Icons No Attribution" /></a></td>
<td></td>
</tr>
</table>
<style type="text/css" media="all">
IMG {
width: 48px;}
</style>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run