Can i draw box around any word or heading?? If yes, then how? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can i draw box around any word or heading?? If yes, then how?

30th Nov 2016, 1:13 PM
ANKITA DHARMIK
ANKITA DHARMIK - avatar
2 Answers
+ 2
<div style="border: 1px black; display: inline-block; padding: 1px;">this has border</b> border
1st Dec 2016, 5:07 AM
Sandeep Chatterjee
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.
30th Nov 2016, 1:41 PM
Sai Kishore
Sai Kishore - avatar