QUESTION IMAGE
Question
question # 3
multiple choice
the national park service homepage is https://www.nps.gov/index.htm.
what do you add to your web page code to link to that page?
<anchor href=\https://www.nps.gov/index.htm\>national park service
<anchor https://www.nps.gov/index.htm national park service
<a href=\https://www.nps.gov/index.htm\>national park service</a>
<a href:\https://www.nps.gov/index.htm\> national park service</a>
In HTML, the correct tag for creating a hyper - link is <a>, and the href attribute is used to specify the destination URL. The opening and closing tags are required for proper formatting.
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
C. <a href="https://www.nps.gov/index.htm">National Park Service</a>