Computer Science, asked by nihargundaye, 5 months ago

in css which method is used to apply styles on a single element ​

Answers

Answered by preetisinghkrishna
2

Answer:

An inline CSS is used to apply a unique style to a single HTML element. An inline CSS uses the style attribute of an HTML element.

Hi, hope it will help you ◉‿◉

Answered by sanjaypal146
0

Answer:

inline css is used to apply styles on a single element ​

Explanation:

examples:

<h1 style="color:blue;text-align:center;">This is a heading</h1>

<p style="color:red;">This is a paragraph.</p>

Similar questions