Special welcome gift. Get 50% off your first courses with code “AS50”. Find out more!

CSS Q/A

Showing 11 - 20 of 23 results
This box defines design and layout of elements of CSS. The elements are: Margin: the top most layer, the overall...
Pseudo-elements are used to add special effects to some selectors.  CSS in used to apply styles in HTML mark-up. In...
Answer: The full form of CSS is Cascading Style Sheets. It is a styling language which is simple enough for HTML elements....
Answer: The id and class is being used in HTML and includes the values from CSS. The difference is as...
Answer: 1. External Style Sheets are useful as it keeps the style and content separately and doesn’t allow it to...
Answer: 1. Class selector can be given to an overall block. This is sometimes termed as block element as well,...
Answer: Class selectors are the selectors which are stand alone to a specific style that is declared. Class attribute can...
Answer : 1. A web page with large number of images takes a longer time to load. This is because...
Answer : 1. It is a string that identifies the elements to which a particular declaration or set of declarations...
Answer : The advantages of External Style Sheets are: 1. Using them, the styles of multiple documents can be controlled...