What are Inline and Block elements? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are Inline and Block elements?

I am unable to understand Inline and block elements in Html language.please give me a satisfactory solution

18th Feb 2017, 2:56 AM
Ali Hassan
Ali Hassan - avatar
2 Answers
+ 3
Inline element will not start display with a new line, but block element will. For example, <h1>Welcome</h1> will start with a new line, which is a block element, but <span>Hello</span> will connect with previous contents.
18th Feb 2017, 3:17 AM
Jian-hua Yeh
Jian-hua Yeh - avatar
0
Thanks for helping me out.
18th Feb 2017, 3:28 AM
Ali Hassan
Ali Hassan - avatar