+ 3
What tag is used to display pictures
html tags
7 odpowiedzi
+ 2
tnx
+ 1
<img src="path/to/your/image.png" alt="yourImageName">
+ 1
<img src="image address.jpg" alt="image Name">
+ 1
No CSS
<img src="dir/filename.jpg" width="100%" height="auto" alt="sample image">
With CSS
.image_class {
width: 100%;
height: auto;
}
<img src="dir/filename.jpg" class="image_class" alt="sample image">
Inline CSS
<img src="dir/filename.jpg" style="width:100%;height: auto;" alt="sample image">
0
<img src=“source”>
0
سلام
0
ایرانی هست