While writing my website using HTML5 standard, I come across image slider for which I didn't find relative tag. I did research and find out div="slider" is mostly used for slider. But also, HTML5 is about completely eliminating div and span like tag for specific tags. For this, I am using section tag. Which one is the best practice?While writing my website using HTML5 standard,