html
html
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
<!DOCTYPE html>
<html>
<head>
<title>molview.org Molecules</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Lisa">
<style>
</style>
</head>
<body>
<h1>molview.org Molecules</h1>
<p><a href="http://molview.org" rel="noopener noreferrer nofollow">molview.org</a></p>
<h2>Oxygen Molecule</h2>
<p>(iframe)</p>
<iframe style="width: 200px; height: 200px;" frameborder="0" src="https://embed.molview.org/v1/?mode=balls&cid=977"></iframe>
<h2>Caffeine Molecule</h2>
<p>(iframe)</p>
<iframe style="width: 300px; height: 300px;" frameborder="0" src="https://embed.molview.org/v1/?mode=balls&cid=2519"></iframe><br>
<p>(embed)</p>
<embed src="https://embed.molview.org/v1/?mode=balls&cid=2519" width="300" height="200">
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
body
{
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run