ch-7
Chapter 7 HTML Short Answer Type Questions :- 1. What is difference between container elements and empty elements ? Ans . The tags which have an opening tag as well as closing tag are called container elements whereas those tags which only have an opening tag are called empty elements . 2. What is a hyperlink ? Ans. Hyperlink is a link between various web pages. It is used to connect various web pages. 3. Distinguish between <P> tag and <BR> tag . Ans. <p> tag <br> tag The <P> tag (Paragraph tag) is used to start a new paragraph in the HTML document . The <BR> tag ...