html
html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<div>
<img src="https://images.app.goo.gl/CYSDL7RLitU6bJKV6" alt="ironamn.jpg" height="480px" width="200px">
</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
body {
border: 2px solid black;
margin-top:10vh ;
margin-left:15vw;
height:80vh;
width:70vw;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run