The HTML tag used to create a hyperlink is ________.
- P4 / Programmable
- Combined Gas and Gas (COGAG)
- <a>
- Accessibility
Answer: <a>
The anchor tag <a> with href attribute creates hyperlinks in HTML. Example: <a href='https://example.com'>Link</a>. Fundamental for web development basics tested in SSC and Railway exams. Other tags: <img> for images, <p> for paragraphs, <div> for containers.