Answers for "in html, which attribute used to define the inline styles is -"

1

inline style, straight into the HTML tags using style attribute

<p style="color: red">text</p>
Posted by: Guest on June-04-2021

Code answers related to "in html, which attribute used to define the inline styles is -"

Browse Popular Code Answers by Language