Hello world

by anandhinava

HTML

<h1>HELLO WORLD!</h1>

CSS

h1 {
    color: red;
}

JavaScript

$('h1').hide();