Inline styling is a way
to specify CSS properties
and their corresponding
values directly on the
HTML element using the
style attribute.
As we can see above, inline
styling makes the code
too long and confusing.
This is why we avoid using
inline styling.
Use inline styling only when
absolutely necessary.