10th Class Computers Science Working with HTML Question Bank HTML

  • question_answer
    Which of the following HTML codes will allow you to open a linked document in a new browser window?

    A) <a href="page1.html" destination="blank"> Page</a>

    B) <a href="page1.html" target="_blank"> Page</a>

    C) <a href="page1.html" destination="new"> Page</a>

    D) <a href="page1.html" target="_new"> Page</a>

    Correct Answer: B

    Solution :

    Target attribute specifies where to open the hyperlink when it is clicked, it can take _top, _parent, _self and _blank as its value.


You need to login to perform this action.
You will be redirected in 3 sec spinner