Assuming the target page is set up correctly two things will happen when the link below is clicked. What are they?
<a href= "products.html#hardware">Hardware</a>
1) It will open the Target page product.html
2) it will focus the element with id with #hardware
Assuming the target page is set up correctly two things will happen when the link below...