hello

hello world!

by Casiano Rodriguez-Leon

HTML

<h1 id="tutu">Hello world!</h1>

CSS

#tut { color: red; }

JavaScript

console.log("hi!");