HTML में किसी इमेज का आकार पिक्सल में कैसे सेट किया जा सकता है?
In HTML, how can you set the size of an image in pixels?
A
Using size attribute
B
Using pixel attribute
C
Using width and height attributes
D
Using img-size attribute
Explanation
In HTML, the size of an image in pixels can be set using the width and height attributes.
Example:
HTML में इमेज का आकार पिक्सल में सेट करने के लिए width और height एट्रिब्यूट का उपयोग किया जाता है।
उदाहरण:
Correct Answer: C) Using width and height attributes