answersLogoWhite

0

<a href="blah.html" title="blah" onclick="window.location.reload();return false;">hi</a>

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is there an HTML code that is on one page and has one link that will go to a different page based on the link you clicked on?

yes


Hoew to conect one page to another page in aspnet code?

page1.aspx page2.aspx page3.aspx Inside the &lt;head&gt; of page1.aspx you would put HTML Code: &lt;link rel="next" href="page2.aspx"&gt; , inside the &lt;head&gt; of page2.aspx you would put HTML Code: &lt;link rel="next" href="page3.aspx"&gt; and HTML Code: &lt;link rel="previous" href="page1.aspx"&gt; and in page3.html you would put HTML Code: &lt;link rel="previous" href="page2.aspx"&gt;


Can you link an HTML page to your HTML page?

If it is someone else's page and they control the page, then only they can add a link on their page to your page. If you have two pages that you control, then you can link them to each other.


How can one redirect from a HTML page?

When creating an HTML page the person must be verse in Hyper Text coding. Generally the code a href will and then typing the address of the site will create a link.


How do you code to link two pages in a website?

It is simple to code to link two pages in a website and it can done through following code:-HTML link syntex:- "Link text"Example:- "anchor text to another page"


What is the HTML code for enter?

Use &lt;br /&gt; for a new line. Use &lt;p&gt;&lt;/p&gt; for a new paragraph. or if you want to link to a website or another page you put &lt;html&gt; &lt;body&gt; &lt;a href="the page or site you want to link"&gt;button text here&lt;/a&gt; &lt;/body&gt; &lt;/html&gt;


How do you do an HTML code for making a link?

&lt;a href="url or relative path"&gt;Text to click on to go to new page&lt;/a&gt;


How do you link an image on one HTML page to another HTML page?

To link an image on one HTML page to another HTML page, you can use an anchor (&lt;a&gt;) tag wrapping the &lt;img&gt; tag. For example: &lt;a href=&quot;target-page.html&quot;&gt; &lt;img src=&quot;image.jpg&quot; alt=&quot;Description of Image&quot;&gt; &lt;/a&gt; In this code, clicking the image will navigate the user to &quot;target-page.html&quot;. Remember to replace &quot;image.jpg&quot; and &quot;target-page.html&quot; with the actual paths to your image and target HTML file.


What is the code HTML for?

HTML is the code that tells a web browser how to display a web page on your computer screen.


What is a website HTML code?

Every website would have a different HTML code. You can right click on the page body and choose "View Source" to view the HTML source of that web page.


How do you link a MS Excel page with a HTML page?

First type in the text into a cell that you want to use to be the link. Then press Ctrl - K. That opens up the Insert Hyperlink dialog box. From there you can choose what you want to link to. You can link to many kinds of things, and that includes a HTML page. You just need to specify the address of the page that you want to link to. Click OK and the link will have been set. Now if you click on the cell it will act as a link to the HTML page.


What is the HTML code for music?

The HTML code for music is &lt;audio&gt;. This tag is only present in HTML 5 and helps to embed music into the page.