Answer: <P> tag is used for giving paragraphs in Asp.Net pages.It starts with <P> and ends with </P>.We can write any static contents inside paragraph tags.It will treat as one paragraph.
We can take multiple we want.
For Example:-
<body>
<p>
write any static contents
</p>
</script>
</body>
Asked In: Many Interviews |
Alert Moderator