Why div can't occupy the desired width space?

bella7

New Member
I found if I specify div with only width CSS attribute, the div will not occupy the width I claimed, see:\[code\] <div style="width: 300px;"> </div>\[/code\]It will never occupy 300px space.Is it possible that I want an empty DIV occupies 300px width?
 
Top