Y
Hacker News
new
|
ask
|
show
|
jobs
by
chaz6
153 days ago
If I enter the following:-
<p><p></p>
Should the second <p> be nested or not?
1 comments
bazoom42
153 days ago
No. P elements does not nest, so this is parsed as: <p></p><p></p>
link