Demo for Steemit
HTML
<h1>Hello world!</h1>
<p>This is a minimal program that shows off all three of JSFiddle's functionality</p>
CSS
h1 {
color: #f00;
}
JavaScript
alert(document.getElementsByTagName('h1')[0].innerHTML);
<h1>Hello world!</h1>
<p>This is a minimal program that shows off all three of JSFiddle's functionality</p>
h1 {
color: #f00;
}
alert(document.getElementsByTagName('h1')[0].innerHTML);