Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

a tag html

<!-- a tags in html are link tags that hold hyperlinks to other
 pages, or anchors in the same page -->
<a href='https://www.google.com'>Click here to visit Google.com</a>

<!-- the href attribute specifies where the link should lead -->
<!-- hope it helped! -->
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #tag #html
ADD COMMENT
Topic
Name
9+2 =