HTML
> The universal selector, written "*", matches the name of any element type. It matches any single element in the document tree.
h1 + *[rel=up]
`h1` `rel` `up`
HTML
> The universal selector, written "*", matches the name of any element type. It matches any single element in the document tree.
h1 + *[rel=up]
`h1` `rel` `up`