Cbse class 7th unit 4 more on HTML Multiple-Choice Questions solved exercise worksheet
Cbse class 7th unit 4 more on HTML Multiple-Choice Questions solved exercise worksheet 1. Which of these elements in HTML can be used for making a text bold? a. <a> b. <pre> c. <br> d. <b> Answer: (d) <b> 2. Which tag do we use in HTML for inserting a line-break? a. <a> b. <br> c. <b> d. <pre> Answer: (b) <br> 3. How to create a hyperlink in HTML? a. <a link = “www.thinkandlearn.com”> thinkandlearn.com </a> b. <a> www.thinkandlearn.com <thinkandlearn.com /a> c. <a href = “www.thinkandlearn.com”> thinkandlearn.com </a> d. <a url = “www.thinkandlearn.com” thinkandlearn.com /a> Answer: (c) <a href = “www.thinkandlearn.com”> thinkandlearn.com </a> 4. In HTML, how do we insert an image? a. <img src = “jtp.png” /> b. <img href = “jtp.png” /> c. <img link = “jtp.png” /> d. <img url = “jtp.png” /> Answer: (a) <img src = “jtp.png” /> 5. Which