+ 6
What is inline elements???
7 Answers
+ 10
Inline elements are simply elements that do not disturb the flow of the page by adding line breaks. They stay in line đ
https://developer.mozilla.org/en-US/docs/Web/HTML/Inline_elements
https://www.w3schools.com/html/html_blocks.asp
+ 5
Lets understand along live example--
You railway ticket line is block level element as everyone have to stand from end no one can stand simultaneously if some do than it is inline element
+ 4
Does the html tutorial not explain this?
+ 4
Thank you everybody....
+ 1
inline CSS style is very speedily & quickly applied to the element or value than internal CSS or external CSS.
+ 1
The inline elements
are element that is used without a line break
Examples:
<span></span>
<br />
<b></b>
Etc.
For more information here:
https://www.sololearn.com/learn/HTML/1034/