html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head><title>Testing</title></head>
<body>
<header>
<h1>Learning and Testing My Skills</h1>
<hr/>
</header>
<p class="sololearnred">First Of All I Will Like To Thank <a href="https://www.sololearn.com" target="_blank"><em>SoloLearn</em></a> For Providing Us A Worderful Application From We Can Learn To Code For FREE!</p>
<img src="https://lh3.googleusercontent.com/zwwddqxgFlP14DlucvBV52RUMA-cV3vRvmjf-iWqxuVhYVmB-l8XN9NDirb0687DSw=w300" align="center" background-color="white" border="2px" width="50%" height="50%"/>
<hr/>
<p>Other Than That This Video Really Grabbed My Attention!</p>
<div style="position:relative;height:0;padding-bottom:56.21%"><iframe src="https://www.youtube.com/embed/GY7Ps8fqGdc?ecver=2" style="position:absolute;width:100%;height:100%;left:0" width="641" height="360" frameborder="0" allowfullscreen></iframe></div>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {color: #ffffff;background-color: #448899;}
.sololearnred em{color: #2244aa; font-size:120%;}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run