QUESTION IMAGE
Question
the smithsonian museums home page is https://www.si.edu/. what do you add to your web page code to link to that page? <anchor https://www.si.edu/>smithsonian <a href:\https://www.si.edu/\>smithsonian</a> <anchor href=\https://www.si.edu/\>smithsonian <a href=\https://www.si.edu/\>smithsonian</a>
In HTML, the correct tag for creating a hyper - link is <a>. The href attribute is used within the <a> tag to specify the destination URL. The correct syntax is <a href="URL">Link Text</a>.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D. <a href="https://www.si.edu/">Smithsonian</a>