Multiple choice general knowledge Which tag would you use to create a hyperlink? <img> <a> <ol> <table> Reveal answer Fill a bubble to check yourself B Correct answer Explanation The (anchor) tag creates hyperlinks in HTML. It requires an href attribute specifying the destination URL. Other tags listed have different purposes: for images, for ordered lists, and for tabular data.