How to set borders color to HTML <p> tag

1 Answer

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

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

    </body>
</html>

 



answered Dec 6, 2018 by avibootz

Related questions

1 answer 214 views
1 answer 202 views
202 views asked Nov 22, 2018 by avibootz
1 answer 206 views
206 views asked Nov 22, 2018 by avibootz
1 answer 238 views
238 views asked Nov 22, 2018 by avibootz
1 answer 252 views
1 answer 252 views
1 answer 215 views
...