xxxxxxxxxx
1
<style>
2
.bar {
3
border: 2px solid red;
4
}
5
</style>
6
7
<b>Hello!</b>
8
<div class='bar'>
9
10
</div>
11
<br><br> Paste your code into the <u>text field</u> and it will be rendered here. Supports all
12
HTML, CSS, and JS that your browser supports.
13
14
<br><br>Press the Link button to get a shareable link to your code! Note
15
that significantly long URLs might not work correctly.
16
17
<br><br>Changes are updated live. Uncheck Live Update if this is
18
annoying.
19
20
<br><br>This editor supports simultaneous HTML, JavaScript, and CSS syntax highlighting. Shown
21
below is a simple demonstration:
22
<br><br>
23
24
<script>
25
let currentTime = new Date(Date.now());
26
document.currentScript.outerHTML = `The document was last updated ${currentTime.toLocaleString()}`;
27
</script>
28
<hr>
29