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

Laviskajoermoy

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

Jack London

New member
Joined
Jul 9, 2012
Messages
386
Points
0
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

New member
Joined
Jan 27, 2014
Messages
40
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:
Latest threads
Replies
1
Views
75
Replies
0
Views
100
Replies
2
Views
200
Recommended threads
Replies
6
Views
3,748
Replies
11
Views
6,110
Replies
2
Views
3,894
  • Locked
Replies
9
Views
9,611

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

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