html
html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<p><img src="https://www.dropbox.com/s/calkqu2vkq3n58q/IMG_20180727_180542_813.jpg?raw=1"width="200px"height="150px"style="color:white" border="3px">
This photo was taken by just before a storm!I was on roof of my house! At that time saw the scene of the sky! </p>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
body{
font-family:cursive;
font-size:20px;
text-shadow:1px 1px 2px blue;
text-transform:uppercase ;
background-color: #ff1111;
}
img{
float:right;}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run