Image tag in HTML

IMAGE TAG IN HTML

इमेज टैग का प्रयोग वेब पेज में इमेज डालने के लिए किया जाता हैं इमेज डालने के लिए img src टैग का प्रयोग किया जाता हैं |

Syntex:-

<img src = “source of image” width = “400” height = “400” border = “2” align = “center” alt = “image name”/>

Example :-

<img src = “Penguins.jpg” width = “400” height = “400” border = “2” align = “center” alt = “Penguins image”/>

img src – Image Source
width – Image width
height – Image height
align – Image alignment like left, right, center
alt – alternate text

Output –

Learn HTML in Hindi (Image tag by Video Tutorial)

अगर आप html में इमेज टैग के बारे में सीखना चाहतें हैं तो नीचे दिया गया विडियो जरुर देखें


Set Background image

यदि आप बैकग्राउंड में इमेज डालना चाहते हैं तो Body tag के अन्दर ही आपको image का source डालना होगा जैसे –
<body background = “Nature-Background-Wallpapers-.jpg”/>

Output –

इस तरह आप अपने Webpage के Background में इमेज डाल सकते हैं |


error: Content is protected !!