D. Answer in short.
1. What is the full form of CSS?
2. Which Outline property is used to set the width of the outline?
3. Discuss the use of the FONT-FAMILY property with the help of an example.
4. What do you understand by Float properties?
5. What do you understand by Border properties?
6. Discuss the use of the FONT-SIZE property with the help of an example.
answer this ☝☝
Answers
Answer:
1)CSS is the acronym of “Cascading Style Sheets”.
2)You can set the following outline properties using CSS. The outline-width property is used to set the width of the outline. The outline-style property is used to set the line style for the outline.
3)Definition and Usage
The font-family property can hold several font names as a "fallback" systThe CSS border property is used to define the border properties for an element. em. If the browser does not support the first font, it tries the next font. There are two types of font family names: family-name - The name of a font-family, like "times", "courier", "arial", etc.
4)The float CSS property places an element on the left or right side of its container, allowing text and inline elements to wrap around it. The element is removed from the normal flow of the page, though still remaining a part of the flow (in contrast to absolute positioning).
5)The CSS border property is used to define the border properties for an element. It is a shorthand for border-width, border-style and border-color. Borders for individual sides can be styled and a border-radius can also be specified.
6)When the font-size is specified as a fixed value in em, the size is determined relative to the size of the parent element's font. For example, 0.75em would be 75% of the size of the parent element's font. When the font-size is specified as a percentage, it is relative to the parent element's font size.
Answer:
Answer 1 . cascading style sheets