InterviewSolution
Saved Bookmarks
| 1. |
What is inline CSS? |
|
Answer» Using an INLINE STYLE is one of the ways to insert a style SHEET. With an inline style, a unique style is APPLIED to a SINGLE element.In order to use an inline style, add the style attribute to the relevant tag. |
|