Respuesta :

Answer:

defines a new paragraph-<p>

defines a term-<dd>

defines a single line break-<br>

defines a heading-<h3>

Explanation:

PLATO

Lanuel

While creating a webpage, <p> defines a new paragraph and <dd> defines a term.

What is a webpage?

A webpage is also referred to as web page and it can be defined as a hypertext document within a website with a unique uniform resource locator (URL).

In the creation of a webpage, the definition of each of the following HTML tags include:

  • <p>: defines a new paragraph.
  • <dd>: defines a term.
  • <br>: defines a single line break.
  • <h3>: defines a heading.

Read more on webpages here: https://brainly.com/question/26324021

#SPJ2