Styling itemprop in CSS

Category: | Tag:

The itemprop global attribute is used to add properties to an item. Every HTML element can have an itemprop attribute specified, and an itemprop consists of a name-value pair.

[itemprop="itemreviewed"] {
    color: #143196;
    font-size: 20px;
}
Copyright © 2024 Siam Naulak.
magnifiercrossmenu