0
How can i add colour to image border in html?
4 Answers
+ 7
maybe this is what you want ........
https://code.sololearn.com/WTx4eGJYqUnm/?ref=app
+ 7
sorry didn't notice your post .
you'll just need to put
<img src="link" style="border:5px solid green;"/>
+ 1
@Leon lit thanks..but if i want to add color to image border in html ..using inline css..so how can I do??
+ 1
it helps me lots..thanks man!