html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<title>Images #3</title>
</head>
<!--My third attempt at trying to find out the problem...*sigh*-->
<body align="center">
<div id="selected">
An attempt to finding out more about the image tag.
<br/>
<hr/>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR2LIWRR29tesqArY8VIQ7znHhjGguY8P-zA8c2lMaNZuZ43m1Ap2r7Azw"
alt="A plushie.....serously" height="60%" width="90%"
border="4px" />
</div>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
#selected
{
background-color: silver;
color: red;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run