+ 18
HTML Quiz - Can inline elements not contain block ones?
Until now we were aware it is TRUE. But this question in the latest approved quiz proves us wrong. http://imageupload.co.uk/images/2017/08/24/Screenshot_20170824-083134.png
9 ответов
+ 9
@ $Vengat are you Lebanese ? I mean suddenly you are in the Lebanese charts, and we got a platinum in Lebanon . is my phone drunk or the app itself or are you really Lebanese maybe you travelled here in the last couple of days?
+ 9
nice wish they make a side chat so we can chat a bit I don't want to break the rules but can you send your fb , email , ... anything so we talk
+ 8
inline elements can contain block level elements like p, div. it's not valid according to W3C specification and can have strange behaviour in different browsers.
https://stackoverflow.com/questions/6439649/can-inline-elements-contain-block-elements
https://code.sololearn.com/W3zW0lHVx5D8/?ref=app
+ 7
Nope. I am just on a so-called "world tour" where I stay in each country for a day.
Before this I was in Myanmar
+ 6
We have been fooled
+ 5
Inline elements cannot contain any block level elements.
How does it fill to have a code like this:
<i> <div> Who agreed to this</div></i>
+ 5
was Is that true
I have been thinking so for a long time
+ 4
Is that so. Even iam eager to know the reason.
+ 4
Is that correct ?