answersLogoWhite

0

You can't easily open a link in a new browser window (anymore), but you can open the link in a new browser tab. To do this, you have to add the target attribute to your HTML anchor tags. The value for that attribute (in this case) should be "_new"

http://www.answers.com" target="_blank" title="Answers.com">A great place to ask a question!

Other values include "_top" and "_parent." You can read about them at the attached link.

This is your only option that is within HTML. To get any closer to the "New Window" link, you're going to have to use another technology like JavaScript.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you run HTML notpad code?

To "run" HTML code, you simply need to open it using a web browser. This can be done by placing the file on the server and pointing the browser to it, or you can use the native "Open File..." command in the browser itself. If you want to learn HTML you can visit one of the websites in the related links.


How do you preview your HTML pages?

just open the HTML file in a web browser.


How do you view HTML on a PC?

To view the source code of an HTML document, open it using Notepad or a similar text processor (Notepad is best for HTML editing). To view the HTML document as it would look on the Internet, open it with any web browser.


How do you open your HTML webpage?

you should open it using your internet browser eg, firefox or internet explorer make sure you saved your page with the HTML or htm extension for example mywebpage.HTML or mywebpage.htm


What is the difference between a graphic and a link?

On a web browser a graphic refers to an image file, whereas a link is a clickable object which can redirect or open another object. Graphic images can be made into links using proper HTML syntax.Link examplelink textGraphic exampleGraphic as a link


How do you open HTML document?

click on html link


What is behind a webpage?

Behind the Web Page is the HTML. The HTML is a language for the browser to read, and instructs the browser in how to display the page. If you want to see the HTML, right click on the page. A box will open, then select view source. A window will then open with the HTML for that page.


Where can I find out which type of browser I'm using?

How do you open it? (like from the desktop link, or Start, etc)


How do you get a free HTML?

HTML is an open source software that is available in every system that contains a web browser.


Why is it important to use an HTML or htm extension when saving HTML documents in Notepad?

When you next try to open them, they will open in a browser by default so that you can see what the page looks like. You can still open them using Notepad to make any changes you want.


How do you make a link on a website?

Using HTML Open a text editor. Make sure that the content is on your website. Create your link text. Surround the link text with tags. Add the "href" attribute. Enter a website's address. Post your link


How do you get the HTML source on Windows Vista?

It depends on what browser you're using. If you're using IE, then you have to go to View->Source to open a new window with the source code. If you're using another major browser, Ctrl+U will show the source code.