. How to specify the link in HTML and explain the target attribute?



. How to specify the link in HTML and explain the target attribute?..

Answer / nashiinformaticssolutions

HTML provides a hyperlink - <a> tag to specify the links in a webpage. The ‘href’ attribute is used to specify the link and the ‘target’ attribute is used to specify, where do we want to open the linked document. The ‘target’ attribute can have the following values:
1. _self: This is a default value. It opens the document in the same window or tab as it was clicked.
2. _blank: It opens the document in a new window or tab.
3. _parent: It opens the document in a parent frame.
4. _top: It opens the document in a full-body window.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More HTML DHTML Interview Questions

What is htmlinputelement?

0 Answers  


What do tds mean?

0 Answers  


What is html syntax?

0 Answers  


What is Server Side Events in HTML5?

0 Answers  


How do I make a thumbnail for my image(s)?

0 Answers  


What are the formatting tags?

0 Answers  


How can I get h1 tag?

0 Answers  


What are the different types of <!doctype> that are available?

0 Answers  


What is meta utf8?

0 Answers  


What are style sheets?

0 Answers  


What are empty html elements?

0 Answers  


What is iframe in html?

0 Answers  


Categories