Hyper Text

Notes:

HTML a tag: a stands for anchor tag.
anchor tag is paired tag.
anchor tag is inline level tag.
If we need to create hyperlinks in web pages we use html a tag.
href attribute:
indicates hyperlink reference , it accepts a reference file to navigate.

Interview Questions:

1. Which attribute of HTML anchor tag accepts a reference file to link?
a. src
b. data
c. href
d. file
Answer: c