What is the meaning of the word INLINE in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the meaning of the word INLINE in html?

Getting this too often in quizzes, challenges.

11th Apr 2018, 7:22 AM
Shuvo.etn
Shuvo.etn - avatar
1 Answer
+ 6
{ inline } means the DOM element will sit next to each other when there's sufficient space in the viewport. On the other hand, { block } element will always start at a new line as if there's a <br> in front of it. When in doubt, give it a try in Code Playground and you'll be able to find the answer. 😉
11th Apr 2018, 7:52 AM
Zephyr Koo
Zephyr Koo - avatar