+ 7
How can we group heading elements?
3 Réponses
+ 5
If its with css
You could just easily use the tag
h1, h2, h3{
#code
}
+ 2
Grouping can be done for using style.
If you want to give same style to multiple elements,
Use classes in CSS.
Refer -
https://www.sololearn.com/learn/CSS/1080/
+ 1
Hi