You want to create an internal hyperlink in your Webpage. Which choice describes the two steps you must perform?
1) Add the anchor tag with the href attribute set to the URL of the target page, and add the text or image that will be displayed as the hyperlink.
2) Add the anchor tag with the href attribute set to the URL of the target page, and add the text or image that will be displayed as the hyperlink. Then, add the target attribute with the value set to '_blank' to open the link in a new tab or window.
3) Add the anchor tag with the href attribute set to the URL of the target page, and add the text or image that will be displayed as the hyperlink. Then, add the target attribute with the value set to '_self' to open the link in the same tab or window.
4) Add the anchor tag with the href attribute set to the URL of the target page, and add the text or image that will be displayed as the hyperlink. Then, add the target attribute with the value set to '_parent' to open the link in the parent frame or window.