DEV Community

Discussion on: Website lesson 1: structure of HTML

Collapse
 
mtbpm profile image
neuland

instead of using <div>'s for all "blocks" it is better practice to use semantic elements. e.g. <header> instead of <div class="header">.

see more semantic elements here: w3schools.com/html/html5_semantic_...