What are Semantic Elements?
πA semantic element clearly describes its meaning to both the browser and the developer.
πExamples of non-semantic elements: <div> and <span> - Tells nothing about its content.
πExamples of semantic elements: <form>, <table>, and <article> - Clearly defines its content.
π Semantic elements = elements with a meaning.
@html_css_tut
πA semantic element clearly describes its meaning to both the browser and the developer.
πExamples of non-semantic elements: <div> and <span> - Tells nothing about its content.
πExamples of semantic elements: <form>, <table>, and <article> - Clearly defines its content.
π Semantic elements = elements with a meaning.
@html_css_tut