what means inline? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what means inline?

23rd Aug 2016, 1:58 PM
douha
5 Answers
0
Inline can be the way you write your markup and styling, e.g. <div style='color:green'></div> Or it is a value of the display property, i.e. display: inline; which causes your element to behave like an inline element.
23rd Aug 2016, 2:32 PM
Jason
0
HTML consists of various tag <a> anchor tag <p> paragraph tag <h1> header tag <span> span tag all this tag is divided into 2 category 1. block tag 2. inline tag here <a> and <span> tag is inline . because if you use in HTML <a>name</a> <a> age</a> though it is written in two separate line it will show in an HTML page in one line bcs it is inline tag. where as p, h1 are block tag it will appear in HTML page in separate line.
23rd Aug 2016, 6:29 PM
Raton Kumar
Raton Kumar - avatar
0
ok tks too much.it is a wonderful answer
23rd Aug 2016, 7:35 PM
douha
0
from my experience when learning about "list", inline make the list displayed horizontally. i think just that cause i still study too :)
24th Aug 2016, 3:13 AM
Ramadhan Yoga
Ramadhan Yoga - avatar
0
we can defined the properties of an elements directly
24th Aug 2016, 9:21 AM
An@nD
An@nD - avatar