Home > semantic elements in HTML5

Difference between semantic and non-semantic elements

semantic elements Elements has meaning. Describes its meaning to browser and developer. Example [crayon-69a90c01704f0820610905/] Some of semantic elements <section> - <section> element is grouping content. We can split page into different sections. [crayon-69a90c01704f8875952717/] <article> - <article> element is independent and has self-contained content. <article> element used to write Forum post, Blog post, Newspaper article. [crayon-69a90c01704fc108448854/] <header> - <header> element specifies header

This Article is TAGGED in , . Read more