html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>a link with a google pic</title>
</head>
<body>
<div class="bird">
<a href="https://code.sololearn.com/Wq8ZvgfwIOCh/?" ref=app>
<img id="pic" src="https://images.app.goo.gl/JGVhkPeYu9kRKxt88" Height="75pt" Width="75pt"
color="red" alt="">
</a>
<br/>
<img id="pic" src="https://images.app.goo.gl/JGVhkPeYu9kRKxt88" Height="50px" Width="50px" color="red"
alt="">
</div>
</body>
</html>
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
body {
background-image:
font-family: 'handlee', cursive;
font-size: 18pt;
background-color: grey;
padding: 10px;
margin: 0px;
}
img {
font-size: 150pt;
padding: 2px;
margin-bottom: 10pt;
border: 300pt solid-white;
background-color: red;
}
a {
font-size: 10pt;
padding: 10px;
margin-bottom: 10px;
background-color: red;
}
.bird {
background-color: orange;
margin-bottom: t: 20px;
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run