How to set borders color to HTML <header> tag

1 Answer

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

        <h1 style="border: 1px solid green;">Text text text</h1>

    </body>
</html>

 



answered Dec 6, 2018 by avibootz
edited Dec 6, 2018 by avibootz

Related questions

1 answer 215 views
215 views asked Dec 6, 2018 by avibootz
1 answer 251 views
1 answer 251 views
1 answer 214 views
1 answer 246 views
1 answer 264 views
1 answer 223 views
223 views asked Nov 22, 2018 by avibootz
...