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 CV </title>
</head>
<body> <h1>Om Wagh</h1> <img src = https://blob.sololearn.com/avatars/1c97eb85-57cb-4b89-ace7-16f613e3be1d.jpg height = 250 width = 250/>
<p><strong>Student</strong></p>
<hr/>
<h2><i>I am a student in deogiri global academy. I like to learn coding and science. Its my hobby.</i></h2> <img src />
<ul> <b>Education</b>
<li>Studying in Deogiri Global Academy.</li>
<li>I am in 8th standard.</li>
<li>Want to become software engineer.</li>
</ul>
<h2><i>Skills</i></h2>
<table border="1">
<tr>
<th>Coding</th>
<th>studies</th>
</tr>
<tr><td>Python</td>
<td>Science</td>
</tr>
<tr><td>html</td>
<td>Maths</td>
</tr>
<tr><td>data science</td>
<td>Computer</td>
</tr>
Enter to Rename, Shift+Enter to Preview
css
css
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
html {
margin: 0;
padding: 0;
}
body {
font-family: 'Handlee', cursive;
font-size: 13pt;
background-color: #efefef;
padding: 10px;
margin: 0;
}
h1 {
font-size: 15pt;
color: #f30c0c;
text-align: center;
padding: 18px 0 18px 0;
margin: 0 0 10px 0;
}
h1 span {
border: 4px dashed #20bcd5;
padding: 10px;
}
p {
padding: 0;
margin: 0;
}
.img-circle {
border: 3px solid white;
Enter to Rename, Shift+Enter to Preview
js
js
1
{}
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run