CBSE Class 10 Computer Applications
Question 52 of 125
HTML II — Images, Links and Tables — Question 2
Back to all questions 2
Question Question 2
Jump to another part of same document.
<HTML>
<BODY>
<P>
<A href = "#C4">
See also Chapter 4.
</A>
</P>
<P>
<H2>Chapter 1</H2>
<P>This chapter explains ba bla bla</P>
<H2>Chapter 2</H2>
<P>This chapter explains ba bla bla</P>
<H2>Chapter 3</H2>
<P>This chapter explains ba bla bla</P>
<A name="C4"><H2>Chapter 4</H2></A>
<P>This chapter explains ba bla bla</P>
<H2>Chapter 5</H2>
<P>This chapter explains ba bla bla</P>
<H2>Chapter 6</H2>
<P>This chapter explains ba bla bla</P>
<H2>Chapter 7</H2>
<P>This chapter explains ba bla bla</P>
</BODY>
</HTML>