0
Crating banner headings
I have teied creating a banner heading at the top of my web but the banner does not cover upto the edges of the screen. Please help me
10 Answers
+ 4
In the future, for us to better help you, it would be great to see your code.
Please read the following:
https://code.sololearn.com/Wek0V1MyIR2r/?ref=app
+ 3
Where is your code??
+ 3
Blessed Measri Kyliane As I can see in your code, you have the heading and the image (logo) inside the <head> tag. The head-tag is only for page title (which is visible in the browser tab), the meta-information of the page and other invisible things like css. Use the <header> tag inside the body -tag instead.
<body>
<header>
<h1>Your heading here</h1>
<img src="URL" />
</header>
</body>
P. S. I'm sorry, I can't answer your messages yet, I just joined over a week ago and my messages haven't been unlocked yet.
+ 2
+ 1
Thank you sir. Let me upload it right now
0
Thank you though not helpful that much
0
https://code.sololearn.com/W54SPX4WOnLc/?ref=app. Here is it. I would like the November 2019 heading background color to flow to the edges of the screen, like nothe white color should cover the space
0
Add
body {
margin: 0;
}
0
Did not work either
0
Noted. Its not much of a big deal