Computer Science, asked by Samarrajpit995, 9 months ago

explain the paragraph tag and its attributes​

Answers

Answered by Anonymous
59

Answer:-

<body bgcolor="pink"><font color="black">

Paragraph Tag. The paragraph tags are used to define a block of text as a paragraph. This HTML element is one of the basic HTML tags you should learn to use properly. When a block of text is surrounded by the paragraph tags, the browser automatically adds white space before and after the paragraph.

paragraph tag it could be written as p tag and it is used to write paragraphs in your HTML codings and its attribute" p align "whether you want to align the paragraph 2 words right or left a left or towards the centre..

Answered by qwcricket10
3

A paragraph tag is used to define a paragraph.

  • The markup language uses tags for the instructions.
  • Tags are special words that are enclosed inside of angle< > brackets.
  • The tag <p> and </p> are used for the beginning and end of paragraph tags.
  • When the paragraph tag is added then it automatically puts a blank space before the starting of the text.
  • The main attribute associated with the paragraph is the align attribute.
  • The align attribute is used to specify the alignment of the particular text.

#SPJ3

Similar questions