ID and attributes

PHOTO EMBED

Mon Aug 22 2022 19:45:37 GMT+0000 (Coordinated Universal Time)

Saved by @cruz #javascript

<h1 id='large-title'> ... </h1>

#large-title {
 font-family: cursive;
}
//attributes
[href*='florence'] {
  color: lightgreen;
}
content_copyCOPY