I am new to the world of coding as well as CSS. I have put together a page however am unsure if I may have overused the div tag and if it would affect the perfo
Don't worry about performance due to many divs. Unless you use hundreds of divs (e.g. to simulate rounded borders on some browsers), the bottleneck for webpage is and will be the inet connection.