Multiple choice general knowledge

using

tag will

  1. start a new paragraph

  2. break the line

  3. end the current paragraph

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The

tag in HTML defines a paragraph and starts a new paragraph block. It is different from
which only breaks the line. Option A correctly describes the primary function of the

tag.