1.

Explain Inserting an image, a horizontal ruled line, and a paragraph.

Answer»

1. <IMG> tag is used to insert an image within a webpage.

2. src is used to specify the path of an image file.

3. Height specifies the height of the image in pixels.

4. Width specifies the width of the image in pixels.

5. Alt is referred to as alternate text.

6. <IMG> is an empty tag.

7. <hr> tag is used to display horizontal ruled line.

8. color sets the color for the horizontal ruled line.

9. Width specifies the length of the ruled line in % or pixels.

10. Size sets the thickness of a ruled line.

11. <P> tag is used to define paragraphs.



Discussion

No Comment Found

Related InterviewSolutions