Subject - ICT (html)
Identify the following:

1. It is the default or normal position of an object if one would not specify a position.
2. It allows placing an object or element precisely on a page.
3. It is the same as the absolute position; the only difference the object is fixed.
4. The position is defined by the values where the position of the element would be from the specified reference point.
5. The position of the box is relative to where the normal position of an object.
6. It allows you to set up the distance of the specified element.
7. It will allow you to control the location of a specified block.
8. Using these properties, one can actually create a table purely CSS even without using HTML table set up command.
9. It can also follow or inherit the specified position of the body.
10. It works together with the position property.