what is the attribute used to freeze the position of an element with respect to the page
Answers
Answered by
1
Answer:
You can use two values top and left along with the position property to move an HTML element anywhere in the HTML document. Move Left - Use a negative value for left. Move Right - Use a positive value for left. Move Up - Use a negative value for top
Similar questions