I have written some html and css code but i cant find mistake. I would like place menue ( list) inline with website name. What i am asking you is help to improve me initial code ( if its possible) . I insist on that because i want see what i have to change in my thinking approach of writting html and css.
The h1 must be floated. I see you want to float the menu and that’s almost correct - had the menu been first in the HTML (apposed to the H1) it would work.
Two options - Put the menu before your H1. Or float the H1
You flaoted it. Floating negates display. But that is aside from the fact that the FIRST element you want inline must have the float. Not the second. The second can have float but the first is what is needed.