I am getting to the stage of creating sites with html. I want to have a navbar on top and text in the middle of the page. How do i position things?
Oh, and i use css. I find position:absolute takes to much time and effort
div is different than using a class. If it helps, you can think of div like a cell in a layout table. Just remember that unless you set the width, a div tag will take up the full width available.