arrow
arrow
arrow
Which of the following is an example of inline CSS in HTML?
Question



Which of the following is an example of inline CSS in HTML?

A.

<style> h1 {color: blue;} </style>

B.

<link rel="stylesheet" href="styles.css">

C.

<h1 style="color: blue;">This is a heading</h1>

D.

<h1 class="blue-heading">This is a heading</h1>

E.

None of these

Correct option is C

Inline CSS is applied directly to an HTML element using the style attribute. In the given options:
· Option (c) is correct because the style attribute is used within the HTML tag to define CSS properties (color: blue;).
· Other options refer to external stylesheets, internal CSS, or class-based styles, which are not inline CSS.
Important Key Points:
1. Inline CSS: Inline CSS applies styles directly to an HTML element using the style attribute inside the tag. For example:
<p style="font-size: 14px; color: red;">This is a paragraph</p>
2. Advantages of Inline CSS:
1. Quick and easy to apply for small or unique styling needs.
2. Doesn’t require separate files or <style> blocks.
3. Disadvantages of Inline CSS:
1. Difficult to maintain in large projects.
2. Violates separation of concerns (HTML for structure, CSS for styling).
3. Reduces reusability and scalability.
4. Alternatives to Inline CSS:
1. Internal CSS: Defined within the <style> tag in the <head> section.
2. External CSS: Linked using a <link> tag to an external .css file.
Knowledge Booster:
· External CSS Example:
<link rel="stylesheet" href="styles.css">
Used to apply CSS from an external file for global styling.
· Internal CSS Example:

Used within the <head> section to apply CSS rules to elements in the document.
· Class-Based CSS Example:
<h1 class="blue-heading">This is a heading</h1>
Uses a class selector defined in either internal or external CSS.

Free Tests

Free
Must Attempt
Video Solutions

RBI Assistant Pre 2026 Full Mock Test -01

languageIcon English
  • pdpQsnIcon100 Questions
  • pdpsheetsIcon100 Marks
  • timerIcon60 Mins
languageIcon English
Free
Must Attempt
Video Solutions

RBI Asst Prelims 2026 : Reasoning Section Test 01

languageIcon English
  • pdpQsnIcon35 Questions
  • pdpsheetsIcon35 Marks
  • timerIcon20 Mins
languageIcon English
Free
Must Attempt
Video Solutions

RBI Office Attendant 2026 Full Mock Test - 01

languageIcon English
  • pdpQsnIcon120 Questions
  • pdpsheetsIcon120 Marks
  • timerIcon90 Mins
languageIcon English
test-prime-package

Access ‘IBPS SO IT Officer’ Mock Tests with

  • 60000+ Mocks and Previous Year Papers
  • Unlimited Re-Attempts
  • Personalised Report Card
  • 500% Refund on Final Selection
  • Largest Community
students-icon
354k+ students have already unlocked exclusive benefits with Test Prime!
Our Plans
Monthsup-arrow