What we must know! Every web page is organized by 'content' and 'presentation'.
Content: what I want to display. (Using HTML)
Performance: how to display it Better. (Use CSS, learn CSS tutorial)
As a responsible web designer, you must keep in mind that in standard web design, HTML is only responsible for displaying content. How to display and format the content is CSS thing.