inline width css code example
Example 1: inline styling width
<div class="foo" style="width: 400px; height: 300px;">
Example 2: set items inline html
display:inline;
<div class="foo" style="width: 400px; height: 300px;">
display:inline;