Question:

Are <p> and <b> the same?

by  |  earlier

0 LIKES UnLike

In the codes for html websites does <p> and <b> mean the same thing as skipping lines.

 Tags:

   Report

3 ANSWERS


  1. No.

    &lt;p&gt;&lt;/p&gt; is paragraphs.

    &lt;b&gt;&lt;/b&gt; makes the text bold.

    I think you are thinking of &lt;br&gt;, in which case, it&#039;s not the same thing either. br only skips one line after the text where &lt;p&gt; skips a line before and after the text


  2. Well, &lt;p&gt; means paragraph, which is like hitting the enter key twice.

    &lt;b&gt; is bold.

    You might mean  &lt;br&gt;, which is a line break, and you just hit the enter key once.

    =]  Hope I helped.

  3. No, &lt;b&gt; makes text bold, and &lt;p&gt; makes a paragraph.

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.