please can anybody tell how to add borders in html. please tell he code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

25th Jun 2021, 7:34 AM
Mohamed Hashir
Mohamed Hashir - avatar
2 Answers
+ 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
25th Jun 2021, 8:36 AM
CyrusKabir
CyrusKabir - avatar
25th Jun 2021, 12:00 PM
visph
visph - avatar