answersLogoWhite

0

There are 2 types of breaks in HTML. One is the line break i.e. <br> and the horizontal line break <hr>.

User Avatar

Wiki User

10y ago

What else can I help you with?

Continue Learning about Engineering

What are reserved symbols in HTML?

There are various reserved symbols in HTML. &lt;,&gt; these are two reserved for the opening and closing tag.


What is the purpose of the PRE tags in HTML code?

It does preformatted text. It displays text in a plain font and it preserves any line breaks, which normally does not happen in html. It also keeps spaces, so the text will look like it is typed in the source code.


What are two extensions to save and HTML?

cntrl +s .htm


How does website uses HTML for there web browsers?

If you would like to upload a HTML code onto a website all you have to do is select 'insert HTML code' if it is a site like 'freewebs' for eample but if you have an orriginal site then put the code onto a notepad, the save as 'whatever your text is'.HTML then you upload that file onto your site


What are the last two tags of an HTML document?

The last two tags of an HTML document are the and tags. These tags mark the end of the body and the entire HTML document, respectively. Here's a breakdown of the structure: HTML Use code with caution. Learn more The tag indicates the end of the body content, which is where the visible elements of the web page are placed. It tells the browser that the structural elements of the page have been defined. The tag marks the end of the entire HTML document. It signals to the browser that it has reached the final element of the document and can start rendering the page. Together, these two tags enclose all the HTML content and provide a clear structure for the web page.

Related Questions

What are the two HTML syntaxes?

HTML is a markup language and it's syntax is well defined. It can be used as &lt;html&gt;&lt;body&gt;...&lt;/body&gt;&lt;/html&gt;


What are the two main parts of an HTML file What tags create them?

The html page &lt;html&gt; &lt;/html&gt; and also the body &lt;body&gt;&lt;/body&gt; which contains the content.


Which html converters are free to use?

The html converters that are free to use are HTML Converter and Free HTML Converter. These two websites do a great job at converting html files to whatever you need.


What can you use to compare the differences between two HTML files not the HTML code just the UI?

Flash


What are reserved symbols in HTML?

There are various reserved symbols in HTML. &lt;,&gt; these are two reserved for the opening and closing tag.


What are codes for page breaks?

A page break in HTML is coded as &lt;br&gt; In XHTML, that tag needs to close, so instead it's &lt;br/&gt;


Where can I find some free html templates online?

www.smashingapps.com and www.quackit.com/html/templates are the addresses of two websites on which I have found free html templates. Hope this helps!


Is HTML code line breaks important. Source code spacing gets changed when uploading by FTP.?

Whitespace (spaces, tabs, newlines) have no meaning in HTML. So if your whitespace coding is being changed, no worries. It doesn't mean anything. That's why we have the non-breaking space entity (&amp;nbsp;) in HTML.


How is a HTML tag used?

A HTML tag is used within two symbols. The symbols are less than (&lt;) and greater than (&gt;).


What are two types of page breaks?

i am a


What is the purpose of the PRE tags in HTML code?

It does preformatted text. It displays text in a plain font and it preserves any line breaks, which normally does not happen in html. It also keeps spaces, so the text will look like it is typed in the source code.


What are two extensions to save and HTML?

cntrl +s .htm