What is <a> tag and how is it used?
Experience Level:
Junior
Tags:
HTML
Answer
The <a>
(anchor):
- Use with
<herf>
tag. - Creating hiperling to another webpage.
- Or somewhere within current document.
<a href="https://www.bettercoder.io" target="_blank">Go to Better Coder</a>
Related HTML job interview questions
-
What is <strong> tag?
HTML Junior -
Can you give 10 examples of the most used attributes?
HTML Junior -
What is <img> tag and how is it used?
HTML Junior -
What is a <form> tag?
HTML Junior -
What is a <pre> tag?
HTML Junior