Question:

The CSS used inside HTML elements alongside style attribute is called ________.
 

Show Hint

Inline CSS is useful for quick styling but should be avoided for large-scale websites in favor of external or internal CSS for better maintainability.
Updated On: Jun 16, 2025
  • external CSS
  • internal CSS
  • inline CSS
  • outline CSS
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Inline CSS is used directly within an HTML element using the style attribute. It allows for styling specific elements without affecting others on the page.
Was this answer helpful?
0
0