+ 1
Can i draw box around any word or heading?? If yes, then how?
2 Respostas
+ 2
<div style="border: 1px black; display: inline-block; padding: 1px;">this has border</b> border
0
You can use the border property to draw a border around an element, like div or img etc. Use CSS for that or refer the syntax.