Advertisement
__blueandred__

Anchor Tags

Apr 23rd, 2021
973
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Anchor Tags</title>
  5.     </head>
  6.     <body>
  7.         <h1>What is Anchor Tags</h1>
  8.         <h2>Anchors. An anchor is a piece of text which marks the beginning and/or the end of a hypertext link. The text between the opening tag and the closing tag is either the start or destination (or both) of a link. ... If the HREF attribute is present, the anchor is sensitive text: the start of a link.</h2>
  9.         <a href="https://youtu.be/_hus1hVa_xU">Watch this!</a>
  10.     </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement