Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html anchor tag

// <a> tag (Anchor tag) is used to direct you to another
// site. If the target is unpecified it uses the same tab
// and if you specifie "_black" it opens a new tab

<a href="https://www.example.com/" target="_blank"> Text </a>
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #html #anchor #tag
ADD COMMENT
Topic
Name
9+7 =