Question about best practices using tags inside components
When working inside components , should I use tags like "Main " or "Header " to indicate the main part of a component or the header of a component , even if the component itself may be used outside of a page 's main or header sections ? In other words , should I reserve "Main " and "Header " tags for the root page , or is it best practice to use these tags within components as well to denote hierarchy within components ?