1.

What Is Inline Style? How To Link?

Answer»

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 occurrence.

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

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 occurrence.

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



Discussion

No Comment Found