Question 1: What tag is used to display images in HTML?
Question 2: Which attribute specifies the image source in the <img> tag?
Question 3: What is the purpose of the alt attribute in the <img> tag?
Question 4: Which of the following is the correct way to define an image with a width of 300px?
Question 5: How do you add a border around an image in HTML?
Question 6: What happens if the alt attribute is left empty in an <img> tag?
Question 7: Which attribute specifies the image's height in the <img> tag?
Question 8: Can an image be used as a link in HTML?
Question 9: Which of the following is the correct syntax to add an image with an alternate text description in HTML?
Question 10: What happens if you do not specify the width or height attributes in the <img> tag?