- Joined
- Sep 21, 2010
- Messages
- 3
- Reaction score
- 0
While straight HTML will allow you some control of the position of elements through tables and using the non-breaking space ( 
, you can't position things very precisely. With Cascading Style Sheets (CSS) you can place an item on a page at exact x and y coordinates.
the position have some attributes like relative absolute static fixed.
the position have some attributes like relative absolute static fixed.