0
please can anybody tell how to add borders in html. please tell he code
please can anybody tell how to add borders in html. please tell he code
2 odpowiedzi
+ 1
Hi ❤️
For example you want add a 1px and solid border also with black color you have to add this with css and if you want do this with html you should use style attribute :
<div style"width:20px;height:20px;border:1px solid #000;">
........
</div>
- but a good advice and tip try use more external css
0
avoid posting duplicates:
https://www.sololearn.com/Discuss/2821039/?ref=app