+ 1
If you have multiple <h1> tags and want each one to have a different font-family in external CSS, how do you go about doing that
Css and html
2 ответов
+ 3
assign different class to any h1 where to any class set different font family
+ 3
Use nth-of-type() selector
https://code.sololearn.com/Wdwo5bFgpXOc/?ref=app