Hello folks,

Hope you all doing well,

I'm very new for coding and the platform. Was preparing for the questions on the HTML topic from here. I wasn't sure if there could be any more values to the target attribute. Q No - 26

TIA!!!
According to w3schools.com, there is one other <a> tag target attribute: framename. It allows the link to be opened in a named iframe.

w3schools Source here

According to the MDN (a better source than w3schools:

Code:
target
Where to display the linked URL, as the name for a browsing context (a tab, window, or <iframe>). The following keywords have special meanings for where to load the URL:
_self: the current browsing context. (Default)
_blank: usually a new tab, but users can configure browsers to open a new window instead.
_parent: the parent browsing context of the current one. If no parent, behaves as _self.
_top: the topmost browsing context (the "highest" context that’s an ancestor of the current one). If no ancestors, behaves as _self.


~~~~~~~~~~~~

Welcome to Cemetech! We are a community of primarily calculator programmers who also dabble in other fields like website design/hosting, other scripting languages, gaming, and other tech stuff. Feel free to read through decades of forums and find topics you are interested in, or make your own Smile[
I'm pretty sure this is a clever advertisement, but good on you for giving it a complete answer, NoahK. Smile
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement