CBSE Class 10 Computer Applications Question 51 of 125

HTML II — Images, Links and Tables — Question 1

Back to all questions
1
Question

Question 1

How to create hyperlinks.

<HTML> 
<BODY> 
<P>
<A href = "lastpage.htm">This text</A> is a link to a page on this Web site.</P>
<P>
<A href="http://www.microsoft.com/">
This text</A> is a link to a page on the World Wide Web.
</P>
</BODY>
</HTML>
Answer
Output
How to create hyperlinks. Practical Assessment. HTML Images, Links & Tables, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.