EXAMRADAR

Question: It is possible to display pictures (i.e, images) in HTML specification by using the tag

Answer:

Yes, it is possible to display pictures or images in HTML by using the `<img>` tag.

The `<img>` tag is a self-closing tag in HTML and does not require a closing tag. It is used to embed an image within an HTML document. The `<img>` tag requires the `src` attribute, which specifies the source URL or file path of the image. Additionally, you can provide optional attributes such as `alt`, `width`, `height`, and more to control the display and behavior of the image.

Here is an example of using the `<img>` tag to display an image:

```html
<img src="image.jpg" alt="Description of the image" width="200" height="150">
```

In the above example, the `src` attribute specifies the source file "image.jpg" for the image. The `alt` attribute provides an alternative text description for the image, which is displayed if the image fails to load or for accessibility purposes. The `width` and `height` attributes specify the dimensions of the image in pixels.

By using the `<img>` tag with appropriate attributes, you can include images within your HTML documents and control their display properties.

MCQ: It is possible to display pictures (i.e, images) in HTML specification by using the tag

Correct Answer: A. “<GR src = Picture file>”

Explanation:

Yes, it is possible to display pictures or images in HTML by using the `<img>` tag.

The `<img>` tag is a self-closing tag in HTML and does not require a closing tag. It is used to embed an image within an HTML document. The `<img>` tag requires the `src` attribute, which specifies the source URL or file path of the image. Additionally, you can provide optional attributes such as `alt`, `width`, `height`, and more to control the display and behavior of the image.

Here is an example of using the `<img>` tag to display an image:

```html
<img src="image.jpg" alt="Description of the image" width="200" height="150">
```

In the above example, the `src` attribute specifies the source file "image.jpg" for the image. The `alt` attribute provides an alternative text description for the image, which is displayed if the image fails to load or for accessibility purposes. The `width` and `height` attributes specify the dimensions of the image in pixels.

By using the `<img>` tag with appropriate attributes, you can include images within your HTML documents and control their display properties.

Discuss a Question

Related Questions

You may be interested in:

Web Fundamental MCQs

Recently Added Articles

AI vs Machine Learning: Key Differences Every Professional Should Know

Last updated on: February 13, 2026Posted by: ExamRadar

Office Cleaning Services That Elevate Sydney Offices

Last updated on: February 11, 2026Posted by: ExamRadar

Mental Health Support That’s Closer Than You Think

Mental Health Support That’s Closer Than You Think

Last updated on: January 7, 2026Posted by: ExamRadar

Columbus roofing company

Transform Your Home’s Exterior with Columbus roofing company

Last updated on: November 27, 2025Posted by: ExamRadar

What to Ask Before Booking TMS Therapy Near Me

Last updated on: November 7, 2025Posted by: ExamRadar

5 Trading Strategies to Minimize Risk

Last updated on: October 18, 2025Posted by: ExamRadar