Answers for "html div style multiple elements"

CSS
2

how to style multiple elements at once

/*Assigning a style to multiple elements.*/
p, .red, #sub, div a:link { color: #f00; }
Posted by: Guest on October-22-2021

Browse Popular Code Answers by Language