I am wondering whether this will work<p>some text<div> </div></p>
And div{
Display: inline;
}
Asked
Active
Viewed 39 times
0

J.vee
- 623
- 1
- 7
- 26
-
1I think the answer is simple : "try an see if it works" – Temani Afif Oct 15 '18 at 20:01
-
Test it yourself this is not a website where you can let other people test your stuff... – J.vee Oct 16 '18 at 07:38
1 Answers
0
No, this won't work - as seen in this answer, because:
The opening
<div>
tag will automatically close the<p>
tag.

Jack Bashford
- 43,180
- 11
- 50
- 79