Hi,
Can you tell where I am wrong ?
I try to modify the oslo.html page.
When I add a title <h1>my title</h1> after the <body> tag I see it in my browser but when I add some code between <head> and </head> I see nothing.
It doesn't work and the code doesn't appear in the HTML source :\
For example :
<style>body{ background-color:orange !important;}</style>
</head>
<body><h1>my title</h1>
I don't understand. Any idea ?
Thx in advance !