+ 1
guys what is block level or inline element??
13 Answers
+ 9
@Val-Senpai is literally tagged. xD
+ 8
^_^ I became a tag!
+ 3
ValentineHacker lol
+ 3
Lentinsenpai should see this
+ 3
Ok, try to do <p>Hello</p><p>Hello</p>.
Compare it with <span>Hello</span><span>Hello</span>.
+ 3
Taking space is block, not taking space is inline
+ 2
@cheeze ok you explain me about it š
+ 2
It's in HTML Basics chapter 10.
It's like this. Block elements tend to always have a new space below, but inline elements will always try to be next to a fellow element.
+ 2
@cheeze oh..i say opposite ^_^
+ 2
omg lol dont copy lentinsenpai's smiling emoji
+ 2
@cheeze *dćļ¾ļ½„*:.ļ½”..ļ½”.:*dd*:.ļ½”. .ļ½”.:*dćļ¾ļ½„*Ėā§āāāį·ąŗ»ą½½āĖĢ®āāį·ąŗ»ą½½āāŗĖ³ā§ą¼*dćļ¾ļ½„*:.ļ½”..ļ½”.:*dd*:.ļ½”. .ļ½”.:*dćļ¾ļ½„*
+ 1
@cheeze i see <p> tag is taking new line..but <span> tag continue without space....
does it means than the element which is taking space is know as inline element and which didn't is know as block element..??