Interview Questions

What is inline style? How to link?

CSS Interview Questions and Questions


(Continued from previous question...)

20. What is inline style? How to link?

Inline style is the style attached to one specific element. The style is specified directly in the start tag as a value of the STYLE attribute and will apply exclusively to this specific element occurance.

<P STYLE="text-indent: 10pt">Indented paragraph</P>

(Continued on next question...)

Other Interview Questions