0
what means inline?
5 odpowiedzi
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.
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.
0
ok tks too much.it is a wonderful answer
0
from my experience when learning about "list", inline make the list displayed horizontally. i think just that cause i still study too :)
0
we can defined the properties of an elements directly