What does this format do in CSS:
p[class|=abc]
and
#pTag a[href^="https://"]
I’m not able to search for it as I don’t know the exact terminology for this.
Any help with some links to study on these square brackets thing would be greatly appreciated.
Thanks in advance.
They are Attribute selectors. Read the link for more information.
Please note that the last CSS example is a CSS3 selector.