0
How to edit dobule h1 differently .
how to make different and add different css in h1 if it is used repeatly or multiple time.
4 Answers
0
if you want to modify several h1 but not all of them give them classes (1 class for each styles)
but if each of your h1 headers are unique, give them ids.
then you'll be able to create style for classes of ids.
a class can be reused, a id is unique.
+ 1
take the html and css course for more infos
https://code.sololearn.com/Ws3OZZgKL0yk/?ref=app
0
can you send me a code of that please which could make me easy to learn..â
0
thank you so much #thierry_villepreux