answersLogoWhite

0

Correct HTML tag for inserting a line break?

you can use <br/>

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the correct HTML tag for a inserting a line break?

&lt;br&gt;


What is inserting a line break for HTML?

Inserting a line break would be just adding the following to the part where you want to break your line:


What is the correct HTML tag for inserting a line brake?

&lt;BR&gt;


What is the correct HTML for inserting a background image?

< body background = " background.gif">


What is the break element in HTML?

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


What is the code for inserting a line break?

Line breaks are inserted using the empty BR entity: &lt;br /&gt; You can enclose a paragraph inside a P entity: &lt;p&gt;This is a paragraph&lt;/p&gt; Check the w3schools.org site for HTML how to's.


Where could one find a tutorial for inserting an image using HTML?

One can find a tutorial for inserting an image using HTML on a variety of online sources. Such sources include PageTutor, HTML, MyHTMLTutorials, and TheSiteWizard.


What is the correct HTML element for playing video files?

The video tag can be used for it. The tag was introduced in HTML5 only.


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 is the correct HTML for inserting a background color?

It is done with the bgcolor attribute. For example, to set a blue background for the whole web page, you would use it in the BODY tag, like this: &lt;body bgcolor="blue"&gt;


What is the correct HTML for text area?

&lt;textarea&gt; Default content if you want it. &lt;/textarea&gt; This tag should only appear inside of a &lt;form&gt; element.


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: .