multiple choice (5 points)\n6. what does the <p> tag represent? a) paragraph\nb) picture\nc) program\nd)…

multiple choice (5 points)\n6. what does the <p> tag represent? a) paragraph\nb) picture\nc) program\nd) page\n7. which tag is used for inserting an image? a) <img>\nb) <picture>\nc) <photo>\nd) <image>

multiple choice (5 points)\n6. what does the <p> tag represent? a) paragraph\nb) picture\nc) program\nd) page\n7. which tag is used for inserting an image? a) <img>\nb) <picture>\nc) <photo>\nd) <image>

Answer

Brief Explanations:

In HTML, the <p> tag is used to define a paragraph. And the <img> tag is used to embed an image in an HTML page.

Answer:

  1. A. Paragraph
  2. A. <img>