# Code

-------------


````js
var nico = 'hello';
````

````css
#a-real-example {
    color: red;
}
````

````html
<a href="javascript:;">hello nico</a>
````

`````js
var nico = 'hello';
`````


`````css
#a-real-example {
    color: red;
}
`````

`````html
<a href="javascript:;">hello nico</a>
`````
