|
|
|
|
|
by Antonio123123
2705 days ago
|
|
Think this way:
You html is a tree of tags.
You have to layout this tree. Each tag is a box that can contain other boxes. Learn about the box model to understand the properties of a box. How do you display the boxes inside another box? Learn about the display property. How do you position the box inside another one? Learn about the position property. |
|