Computer Science, asked by Tejasaditya7561, 1 year ago

Applying style to a single specific html element can be best achieved through which type selector

Answers

Answered by PranavPore09
0
If you do not want to create a different page for css styling then you may use the style="<Content>" selector inside the tag itself

For e.g if you want to style a paragraph then you may use,
<p style="font-color:green; padding-left:100px;">this is a paragraph.</p>.

Thank You
Similar questions