Borders around Inline Elements
You can put borders, margins, and padding around inline elements like <b> tags as well as block elements like divs. Below are the style rules, markup, and the way the result will display for bordered text.
.g {color:blue; border:1px solid blue;}
<span class="g"> INFORMATIVE ARTICLES </span>
INFORMATIVE ARTICLES