I just saw a CSS code that included ::before tag. I looked at MDN to see what the ::before is but I really didn\'t understand it.
::before
Can some
They essentially mean the same thing. The :: was introduced in CSS3 to help descriminate between pseudo elements (like :before and :after) and pseudo classes (like :link and :hover).
::