Quote Originally Posted by Ameer View Post
Alright, I grabbed & milked as much info about html, and did quite a few things. but the site does look boring and 1900's. Should I start with CSS rn ?

Please don't use html for the design of your website. Thats not how it works.
HTML is just for content. Also use tags. dont use divs to much, i mean you can use it but dont replace a header tag with a simple div. same for nav etc.

Use css/bootstrap. I really would recommend you to use bootstrap pretty easy to use and its faster than css.

Don't forget to put the reset css in your HTML.