distinguish between (p) tag and (br) tag with the help of an example
Answers
Answered by
7
Attachments:
Answered by
6
<P> Tag :-
- It is a container element .
- It is used to define a paragraph of the text on the Web page .
- It inserts line break with extra space in the beginning .
- This tag has an attribute align .
- Example :- <HTML> , <BODY> , <P> this is the paragraph </P> , </Html> , </body>
<BR> Tag :-
- It is an empty element .
- it is used to insert line break .
- it does'nt insert any extra space .
- This Tag has no attribute .
- Example :- <HTML> , <BODY> , <P> there is one line break into document ...
- Thankyou : )
Similar questions