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
28
<!DOCTYPE html>
<html>
<head>
<title>My Blog</title>
<link
href="https://fonts.googleapis.com/css?family=Handlee" rel="stylesheet">
</head>
<body>
<div style="background-color:green;color:yellow;padding:20px;">
<h1><span>My Skills</span></h1>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Java</li>
</ul>
</div>
<img alt="" class="img-circle" src="https://code.sololearn.com/Icons/Avatars/0.jpg">
<table>
<table border="1" bordercolor="black" bgcolor="Yellow">
<tr>
<th bgcolor="Cyan">S.No.</th>
<th bgcolor="red">Number</th>
<th bgcolor="yellow">Address</th>
</tr>
<tr>
<td>1</td>
<td>1234</td>
<td rowspan="2">Makwanpur<br/>Nepal</td>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run