Computer Science, asked by sayyedgaus9326, 1 month ago

Inline CSS is used to apply CSS on a multiple lines or elements. true or false​

Answers

Answered by chavanadi51208
0

Answer:

your answer is in the above picture

Attachments:
Answered by Tulsi4890
0

False. Inline CSS is used to apply CSS styling to a single HTML element, not multiple lines or elements. Here are some key points to consider:

  • The "style" attribute is used to apply inline CSS to an HTML element. The CSS rules are specified in the "style" attribute value, which is enclosed in quotation marks.

  • Any external or internal CSS styles applied to the same element are overridden by inline CSS. This is due to the fact that inline styles are more specific than external or internal styles.

  • Inline CSS is commonly used for quick and simple styling changes, such as changing the colour or font size of a specific piece of text.

  • Using inline CSS can make maintaining a consistent look and feel across a website more difficult. If you need to apply the same style to multiple elements, an external or internal stylesheet is usually preferable

  • Inline CSS is useful for testing new styles before they are added to an external stylesheet. However, once you've finalised your design, you should remove any inline styles to avoid unnecessary clutter in your HTML code.

To learn more about CSS from the given link.

https://brainly.in/question/28695119

#SPJ3

Similar questions