Step 14
Add a target
attribute with the value _blank
to the anchor (a
) element’s opening tag, so that the link opens in a new tab.
Add a target
attribute with the value _blank
to the anchor (a
) element’s opening tag, so that the link opens in a new tab.
<a href ="#" target="_blank">Click to view more</a>
Not the best use case scenarios but I think the point is home.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.