css positioning absolute not working as expected
问题 I am learning CSS and was fiddling with CSS position property. As I understand, the position:absolute will place the element with respect to the browser window and all the elements below will be pushed before the element with position:absolute. But when I run the fiddle, I see that by default the element is placed below the h1 tag and not at the top left corner of the window. Please let me know where I am going wrong in understanding. Below is the code: <!DOCTYPE html> <html> <head> <link rel