answersLogoWhite

0

Use

tags. Here are some examples of how to use them:

This is my first paragraph. I would like for there to be a break between my paragraphs so I am splitting them up with p tags.

This is my second paragraph, there will be a line break between this paragraph and the one above it. This is the default practice of most browsers.

Alternatively you can write your text as a block with
tags as line breaks. ie:

This is my first paragraph. I would like for there to be a break between my paragraphs so I am inserting br tags between them.


This is my second paragraph, there will be a line break between this paragraph and the one above it due to my
tag.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is a paragraph tag?

A paragraph tag is used within HTML syntax to create a section of text that the webpage interprets as a singular chunk (similar to a paragraph). Within HTML code, use the tags <p> and </p> to denote data you want to display within the paragraph. For instance: <p>Text I want to display.</p>


What is a tag used for providing space betwwn two lines in HTML?

you can either use an empty paragraph (<p></p>) or a line break <br />


Is required to start new paragraph HTML document?

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.


How is HTML used?

HTML is used by placing tags at their proper position. A tag <p> is used for defining a paragraph.


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

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


What are the alignments for Ptag in HTML?

<p> tag is used to define paragraph in HTML. It could be aligned anywhere in the page.


What is the break element in HTML?

The break element is <br>. You would use this to make a new line when making a page in HTML. This can be used anywhere in HTML.


Uses of HTML?

HTML is the language used to create web pages.


Which program can be used to create the HTML?

notepad


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


What is the full form of BR in HTML?

The correct HTML form for BR is . BR is a tag to force a line break. It was introduced as a single tag, with no companion tag. The and tags work with older HTML, but for HTML 5, you need to have an ending tag for each tag. You can create your own ending tag by adding forward slash within the single tag: .


What is the purpose of a soft return?

A soft return is used to create a line break within a paragraph without starting a new paragraph. It is often used to maintain formatting or spacing within a document without creating extra space between lines.