Computer Science, asked by krish007mindpow, 1 year ago

applying style to a single specific html element can be best achieved through __ type selector

Answers

Answered by mansi313
0
element selector i think best.
Answered by Anonymous
0

Applying style to a single specific html element can be best achieved through style attribute of an html element. This comes under the inline CSS category.

This example sets the text colour of the <h1> element to red :

Example  :->

<h1 style= "color : red;">This is an example of red coloured heading </h1>

Similar questions