HTML HELP: how to i enter a banner to the top of my web page?
how to i enter a banner to the top of my web page?
katyadee
Hey there! Make sure you're always providing enough context to your posts so our community can better help you.
Geocube101
You can also use the <nav>
element, which creates a bar at the top of the page
You can use a
<div>
element and make either an id or a class calledbanner
. Then in yourmain.css
file, just add something like this: (assuming you are using an id as banner)at least... I think that will work