html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!--Image control-->
<html>
<body>
<img
src="https://images.pexels.com/photos/1322185/pexels-photo-1322185.jpeg?cs=srgb&dl=bllom-blossom-desktop-backgrounds-1322185.jpg&fm=jpg"
height="80%" width="98%"
border="10px" alt="It is very beautiful pic"/>
<head><title><strong>Village</strong></title></head>
<body><i>I live in a village.</i>
<p>There are a lot of plants in my village even I have my own planted tree.</p>
<h3>About this photo</h3>
<p>The weather was very good; blue sky, floating cloud flakes inspired me to take this pic.</p>
<img src="https://photos.app.goo.gl/VdF6SD6i7nnAjJ7C9""" alt="my own pic">
<img scr="https://photos.app.goo.gl/XiVRnm39F24pUiiM6=jpg" alt="second link but both do not work">
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
body {background-color:cyan;
text-align:center;
}
.p {text-shadow:5px 2px 3px white;}
.h3 {text-align:right;
text-shadow:5px 10px 10px gray;}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run