answersLogoWhite

0

In an HTML document, to start a new paragraph, the <p> tag is used. Here p stands for paragraph and will start a new para.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the head tag in HTML document?

The &lt;head&gt; at the beginning of an HTML document comes between &lt;html&gt; and &lt;body&gt;. It is a container that includes information that relates to the entire document. You can include the following tags in the &lt;head&gt; tag: &lt;title&gt; (required in an HTML document), &lt;style&gt;, &lt;base&gt;, &lt;link&gt;, &lt;meta&gt;, &lt;script&gt;, and &lt;noscript&gt;.


What is shown in each element?

Title element: Specifies the title of the webpage, displayed in the browser tab. Meta element: Provides metadata about the HTML document, such as character set, description, and keywords. Link element: Links external resources like stylesheets to the HTML document. Image element: Embeds images in the webpage. Paragraph element: Defines a paragraph of text in the HTML document.


Why should you include the HTML tag in your Web document?

So the browser knows when to start and stop the HTML content.


What is the first tag in every HTML document?

The HTML document begins,and ends with the tag . The element defines the whole HTML document. The element has a start tag and an end tag The Start element Tags within the HTML tags begins the content to be displayed for the web page (end body tag) The basic Tags needed to start an HTML document (and must be ended) look like this: This is where the content goes


What HTML element is always found within a HEAD container?

The only HTML element that is required in the HEAD section of an HTML document (according to the W3C specifications for HTML 4, HTML 5 and XHTML) is the TITLE element.


What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


What is the HTML code to create a space?

Use: &lt;P&gt; new paragraph&lt;/p&gt; or &lt;br&gt;Line break (no closing tag required)


What is the tag used to start and finish a paragraph in HTML?

Answer: to start a new paragraph u use &lt;p&gt; then to end we use&lt;/P&gt; Also in case you want to break from a line u can use &lt;br&gt; and end with &lt;/br&gt;


How do you open HTML document?

click on html link


Why is markup language required to form a webpage?

HTML is the language used to send information to a browser about how to display a webpage. The browser interprets HTML code to determine how and where to display the document content.


What does p stand fro in HTML?

Paragraph.