CBSE Class 10 Computer Applications Question 4 of 11

Solved 2022 Question Paper CBSE Class 10 Computer Applications (165) — Question 4

Back to all questions
4
Question

Question 3

Rohan is creating a Web page in HTML. He wants to insert a link in his Web page to appear with the text as "Click to Open" which on clicking should open the URL named 'http://www.Mywebsite.com' in a new window. Help him to write the HTML code to create the hyperlink.

Answer
<a href = "http://www.Mywebsite.com" target = "_blank">Click to Open</a>