Thursday, April 18, 2024

Which of the following is the default positioning elements with CSS?


 Answer: C

The default positioning value for CSS is static, which means that the element is positioned according to the normal flow of the document content. This means that the target element is positioned along with the natural document flow. 

By default, the position property for all HTML elements in CSS is set to static . This means that if you don't specify any other position value or if the position property is not declared explicitly, it'll be static.


0 comments:

Post a Comment

Data Structures with C++



NET/SET/CS PG



Operating Systems



Computer Networks



JAVA



Design and Analysis of Algorithms



Programming in C++

Top