How many paragraphs does this code create?
<html>
<body>
<p>Start spreadin' the news, I'm leavin' today</p>
<p>I want to be a part of it</p>
<p>New York, New York</p>
</body>
</html> ]]>
3
1
4
2
This code creates three paragraphs.