answersLogoWhite

0


Best Answer

Correct HTML tag for inserting a line break?

you can use <br/>

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

mrwinson

Lvl 4
4y ago

"br" but use the angles because answers wont show them

This answer is:
User Avatar

User Avatar

mrwinson

Lvl 4
4y ago

no closing tag is needed

This answer is:
User Avatar

User Avatar

mrwinson

Lvl 4
4y ago

'' no closing tag is needed

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the correct HTML element for inserting a line break?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


How do you enter name in HTML?

If you mean name of an html element, it should look like this: &lt;element name="element"&gt;


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.