How can we show a paragraph in Asp.Net pages?

 Posted by vishalneeraj-24503 on 3/12/2014 | Category: ASP.NET Interview questions | Views: 3191 | Points: 40
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 

Comments or Responses

Login to post response