InterviewSolution
Saved Bookmarks
| 1. |
Write the style to display inner div in center for the below HTML code? |
|
Answer» In CSS, RULE sets are the complete COMPOSITION of WRITING a style to an element. Which comprises of selector along with a pseudo-class or a pseudo-element, declaration block with style properties and values. |
|