satellite03
IS-IT--Management
<html>
<p> hello world
</html>
AND
<html>
hello world
</html>
both of them produce same output....so what is the importance of <p> tag? how does it differ?
<p> hello world
</html>
AND
<html>
hello world
</html>
both of them produce same output....so what is the importance of <p> tag? how does it differ?