+ 3
How to get border around any text just like 'About me' in html course?<!DOCTYPE html> <html> <head> <title>My Blog</
4 Answers
+ 5
@Tanvi this is taught in the CSS course under module 3: properties > borders. When you finish with the HTML course it should be then next course you take, then Javascript.
+ 3
border: 1px solid black;
padding: 10px 20px;
+ 3
Thank you sir
+ 3
<p style="border:y px solid/dotted/ dashed;">About Me</p>
Where y is the width of border.