What Is Semantic HTML
Web developers may use a combination of non-semantic HTML and Semantic HTML when building websites. The word semantic means “relating to meaning,” so semantic HTML tags give us information about the content between the opening and closing tags. By putting Semantic HTML to use, we can use HTML elements based on their meaning, not on how they are presented. HTML tags like <div> and <span> are not semantic elements since they provide no context as to what is inside of those tags.…