Can't find an ideal semantic element to group items together - Non-Semantic Wrapper

Semantics are tags that provide meaning

Created: 2022-09-14


Sometimes you'll come across a situation where:

  • You can't find an ideal semantic element to wrap a content
  • You want to group set of elements together to affect them as single entity with CSS and JS

HTML provides the following elements to solve such issues above

<hr> denotes a thematic change
Visually it just looks like a horizontal line