silevis / internships-2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where possible, use HTML5 tags instead of divs

wps0 opened this issue · comments

Mostly in development we're using just div as a container for content such as p, img, video, h1 etc. tags. So if there is any div like this:

<div>text</div>

it should be changed but other usage of div are fine.