How to set background color to HTML <header> tag with RGB values

1 Answer

0 votes
<!DOCTYPE html>
<html>
    <body>

        <h1 style="background-color:rgb(40, 127, 188);">Text text text</h1>

    </body>
</html>

 



answered Dec 6, 2018 by avibootz

Related questions

1 answer 245 views
1 answer 243 views
1 answer 206 views
1 answer 256 views
1 answer 231 views
1 answer 201 views
1 answer 205 views
205 views asked Nov 22, 2018 by avibootz
...