answersLogoWhite

0

Use <br /> for a new line. Use <p></p> for a new paragraph.

or if you want to link to a website or another page you put

<html>

<body>

<a href="the page or site you want to link">button text here</a>

</body>

</html>

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you enter a search button in HTML?

You can enter a search button in HTML using this code, .


How come i can't see the picture i added to my presentation on howrse?

You need to use HTML mode - go to profile &gt; modify &gt; HTML mode &gt; paste in the HTML code &gt; click enter.


What Is The Code To Show An Html A Text?

&lt;code&gt;&lt;code&gt;HTML TEXT HERE&lt;/code&gt;&lt;/code&gt;


HTML code has a limit of 10 webpages per site?

No! HTML is simply code. You can write 1 million pages of HTML code if you want. HTML is not a program. Its code. Now you may have a program that uses HTML code and that program has limitations. But not HTML itself.


How do you pull up your HTML code?

You can pull up your HTML code by right clicking the code and hitting, View Source. This will open the HTML code and you can format it.


What Pokemon game has a HTML code?

No game has HTML code because HTML is only for web design.


What is the name given to a piece of HTML code?

There is no specific name to a piece of HTML code. It is just an HTML code written in markup language.


Where Can I find an LSU vs Mississippi streaming If you find one please enter HTML Embed Code if possible.?

Nowhere now.


Can you see the HTML code in Kompozer?

Yes, you can see the HTML code in Kompozer.


How do you make an eighth note in HTML?

You can produce an eighth note in HTML using the numerical indicator from UTF, and the &amp;. Enter the following code into your raw HTML document: &amp;#9834; This will produce a character that looks like this: &#9834; You can find a list of other special characters in HTML in the related links.


What are the advantages and dsiadvantages of HTML converters?

there is not many disadvantages of HTML code editors but there are allot of advantages. HTML code editors can be helpful to others just as much as to them self's if not more. HTML code editors usually design websites and or web pages like the one this answer is on. the disadvantages all depend on the HTML code editor. example of a HTML code editor that has a disadvantage would be a HTML code editor that over advertises. Hope this helps &lt;:


What are the codes in HTML?

There are loads of them and can be complicated if you are trying to learn all of tags. I suggest you use http://www.w3schools.com to learn HTML. Here are some of it &lt;a&gt; (links) eg &lt;a href="http:\\www.URL address.com"&gt;label&lt;/a&gt; &lt;p&gt; (paragraphs) eg &lt;p&gt;A paragraph&lt;/p&gt; &lt;img&gt; (images) eg &lt;img src="name.format"&gt; &lt;HTML&gt; (root) eg &lt;HTML&gt;some HTML code&lt;/HTML&gt; &lt;head&gt; (title\scripting) eg &lt;head&gt;&lt;title&gt;name of title&lt;/title&gt;&lt;/head&gt; &lt;body&gt; (info) eg &lt;body&gt;Some HTML code and information&lt;/body&gt; &lt;br&gt; (enter) eg &lt;p&gt;Some HTML code&lt;br&gt;(doesn't make a difference if you just press enter) &lt;hr&gt; (hozr. line) eg Hello&lt;hr&gt;I just drawed a line!