How to insert image in html in hindi | Img Tag with all attributes Hindi | #Imagetag | #HTML
IMAGE TAG <IMG> tag
The Image tag is used for inserting images in HTML pages.
The Attributes of IMAGE TAG are s follows:
1. SRC (Source/URL).
2. Align (Right/Left/Center).
3. Resizing (Height/Width).
4. Border.
5. ALT (Alternate Text).
Now, I can give you a practical demo of using this tag with all its attributes...
<html>
<head>
<title>IMAGE TAG</title>
</head>
<body>
<h1>This is an Image tag</h1>
<img src="C:\Users\MAYANK GOEL\Downloads\2020-04-07 10_55_17-Window.png" align="right" height="200" width="200" border="5" alt="BLJ 3D song">
</body>
</html>
This is the complete code of Image tag...
Now compile this code in our Browser...
Please Subscribe Our Channel
Leftmargin
Video link
https://youtu.be/8pu0Li_ZZzQ
List in Html
Video link
Menu tag Video link https://youtu.be/0-8HS5h5PMo
How to add link in any image in our webpage | html programming | link in image in html
Video link
How to make Directory tag in HTML | Directory Tag in HTML | HTML Programming Video link https://youtu.be/zHqfI6x705A
How to create a Font tag in html | HTML Programming | Font tag in html
Video link
How to create a Horizontal tag or line in html | Horizontal line in html | HTML Programming | #html Video link https://youtu.be/zjS9Vu6cids
How to create a Nested list or Combining list in html | #htmlprogramming | combining list in html
Video link
How to create a Paragraph tag in html | paragraph tag in html | #htmlprogramming | #html Video link https://youtu.be/FpXa9CFThrc
How to create a Rowspan or colspan in html | #htmlprogramming | rowspan or colspan in html
Video link
How to add Background tag or background image in html webpage | background image in html |#html Video link https://youtu.be/g6h7YT7oKMQ
How to create an Anchor Tag in html | Html Programming | Anchor tag in html
Video link
How to create Center tag in html | center tag in html | Html Programming | #html | #CenterTag Video link https://youtu.be/tTHPmS-RxL8
How to create Container Tag in html | container tag in html | #html | html programming
Video link
How to Create Simpe Table in html | html tables | Tables in html | html programming | #html Video link https://youtu.be/mh51R7SqJXY
How to Create Simple Webpage in html | html simple webpage | #htmlprogramming | #html | #programming
Video link



Comments
Post a Comment