Home »
MCQs »
Next.js MCQs
To add an image to your application which of the following component you will import?
33. To add an image to your application which of the following component you will import?
- Next/image
- Image
- Img
- Next/img
Answer: A) Next/image
Explanation:
To add an image to your application, import the next/image component.