How and best way to group HTML tags
Let's say you are working on a web page and you want to group a bunch <p></p> tags together, no need to panic HTML provides some tags to the group for such purposes and is often referred to as container tags.
Take a look at the code below, you will n...
ritechoice23.hashnode.dev1 min read