Answers for "how to style multiple elements"

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
4

how to write multiple style in html

<h1 style="color:blue;text-align:center">This is a header</h1>
<p style="color:green">This is a paragraph.</p>
Posted by: Guest on May-28-2020

Code answers related to "how to style multiple elements"

Browse Popular Code Answers by Language