You can set the width of inline elements like , and , but you won’t notice any eff
Inline element cannot have width. Width is a property of block element. So to use property of width over an inline element or an element with display type inline set display as inline-block eg: display:inline-block;