Advertisements
Advertisements
Question
Rohan is creating a Web page in HTML. He wants to insert a link in his Web page to appear with the text "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.
Short Note
Solution
<HTML>
<HEAD>
<TITLE> HTML Hyperlinks</TITLE>
</HEAD>
<BODY>
<P>
<A href="http://www.Mywebsite.com">Click to Open</A>
</P>
</BODY>
</HTML>
shaalaa.com
Web Browser
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
Which one of the following is not an e-commerce website?
Collection of hyper linked documents available on the internet is known as ______.
What is a Web Browser?
Write the names of any two commonly used Web Browsers.
- Assertion (A): A search engine is a hardware device that searches for any websites on the World Wide Web.
- Reason (R): Google Search and Microsoft’s Bing are two popular search engines.