CBSE Class 10 Computer Applications Question 20 of 31

Solved Sample Paper 2 — Question 8

Back to all questions
8
Question

Question 18(i)

Write HTML code to set the border around an image using border attribute.

Answer

The HTML code to set the border around an image using border attribute is as follows:

<IMG src = "kite.jpg" height = "300" width = "300" border = "5">