I would like to know if this code is allowed?
<article intro> .... </article> I would like to use this if this is valid as attribute/elements of HTML5. If possible, i wanted to use this to simplify my HTML / CSS connection. Instead of using class="intro" will use [intro].
class="intro"for my CSS, I'll useintroto make it look like [intro] than to this .intro. But referring to my comment, it is not valid as it is for HTML5. As @nisarg statement link "Custom tags are not valid in HTML5. But currently browsers are supporting to parse them and also you can use them using css." Thank You for your time.classcame here?