What do you mean by inline style? How could you define it?

Laviskajoermoy

Active member
Registered
Joined
Jan 18, 2014
Messages
68
Points
8
What is inline style and how can you define inline style? I just want to know all about it, thanks..
 

Jack London

Well-known member
Joined
Jul 9, 2012
Messages
158
Points
18
Inline style use to be written like this <a style="font-size:14px;">....:D I don't know how to define. Anyone can define what is inline style to make me understand obviously? :secret:
 

arossi

Member
Registered
Joined
Jan 27, 2014
Messages
30
Points
0
Hi
Best way to understand inline style is that there is a hierarchy to CSS and three types. External, Internal and inline.

CSS stand for Cascading Style Sheet and it may be used externally or internall or inline. It tells the HTML how to behave. The closer the CSS is to the tags the more precedent it has. inline trumps all but is the least efficient.

External CSS is in a separate place than the web page. It is merely linked to your web page on an "external" file.

Internal CSS is place on the web page between the <style></style> tags

Inline styling in placed directly in the HTML tag itself.

Hope this clarifies
 
Last edited:
Recommended Threads
Replies
2
Views
2,515
Replies
0
Views
2,046
Replies
3
Views
3,741

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top