in line css syntax for placing an image called image jpg in absolute possition of 10 pixels to left and 10 pixels to the top
Answer:
style=”position: absolute;top:10px;left:10px” src=”image.jpg” alt=”image”>
in line css syntax for placing an image called image jpg in absolute possition of 10 pixels to left and 10 pixels to the top
Answer:
style=”position: absolute;top:10px;left:10px” src=”image.jpg” alt=”image”>