Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 20
<p> in html is to start or opening paragraph why </p> is to end the paragraph tag. Both are paragraph tag
23rd Jan 2020, 7:47 PM
Zulu Mart
Zulu Mart - avatar
+ 16
Sai Krishna HTML is not C. It is defined as it is. 😎
18th Jan 2020, 6:53 PM
Jan Markus
+ 9
In HTML we use those tags to create paragraph. <p> is the starting tag for paragraph whereas </p> is the ending tag. I hope you got that now.
18th Jan 2020, 6:21 PM
iltwc
iltwc - avatar
+ 7
18th Jan 2020, 7:06 PM
Jan Markus
+ 6
<p> defines the beginning of the paragraph, while </p> signifies the end. Example: <p> This is a paragraph. </p>
19th Jan 2020, 6:24 PM
Ishita
Ishita - avatar
+ 4
It's the starting and ending of a paragraph .
18th Jan 2020, 5:03 PM
Dheeraj
Dheeraj - avatar
+ 4
Sai Krishna Dude it's HTML! Here we close every tag by putting '/' before the tag. Eg. <p> It starts the paragraph tag. So here you write a paragraph. </p> the above tag closes the paragraph tag.
18th Jan 2020, 7:15 PM
iltwc
iltwc - avatar
+ 4
In HTML we use those tags to create paragraph. <p> is the starting tag for paragraph whereas </p> is the ending tag.
19th Jan 2020, 4:03 PM
Pravesh Maurya
Pravesh Maurya - avatar
+ 4
In C '\n' is newline and not '/' Sai Krishna .
20th Jan 2020, 3:18 AM
Sonic
Sonic - avatar
+ 4
<p> is the opening of a paragraph. To not get an input error, the paragraph needs to be closed by the ending tag, a.k.a. </p>.
25th Jan 2020, 9:24 PM
Michael
Michael - avatar
+ 3
These tags are used to create paragraph and <p> is starting tag and </p> is ending tag and whatever you will write between these tags will be displayed as a paragraph.
20th Jan 2020, 3:43 PM
Muhammad Umais
Muhammad Umais - avatar
+ 3
hello, <p> tag is used to write paragraph on your web page. for ex, <p>...paragraph goes here...</p> <p> is used to open paragraph tag and </p> is used to close that pargraph tag
23rd Jan 2020, 7:24 AM
Ishan Shah
Ishan Shah - avatar
+ 3
They are starting and ending tags.
27th Jan 2020, 12:25 AM
aar0n
aar0n - avatar
+ 2
In HTML, <p> is the opening paragraph tag and </p> is closing paragraph tag. ex: <h1><p> Hello</p>World</h1> and css for <p> tag is like: p {color: red;} now when you remove</p> tag in above then result will be affected.
20th Jan 2020, 6:54 AM
Shaili Shah
Shaili Shah - avatar
+ 2
<p> starting and </p> ending paragraph
20th Jan 2020, 8:44 AM
Olivia Mikayla
Olivia Mikayla - avatar
+ 2
Sai Krishna you are welcome 😊
20th Jan 2020, 11:09 AM
Olivia Mikayla
Olivia Mikayla - avatar
+ 2
<p> this is starting tag of HTML <\p> and this is closing tag. In fact they are the same tag of HTML. That is all :)
20th Jan 2020, 3:59 PM
Obaid Hikmat
Obaid Hikmat - avatar
+ 2
The <p> is the paragraph we use the<p>to start the paragraph tag while the <\p>is used to end the paragraph tag
20th Jan 2020, 4:03 PM
Olufisayo Ayomide
Olufisayo Ayomide - avatar
+ 2
Rohit Vicky, do you have any other questions from HTML?
3rd Feb 2020, 2:10 PM
Владомир
+ 1
Both are complete paragraph tag start & end tag
20th Jan 2020, 2:00 AM
Amit
Amit - avatar