- 1
What is the meaning of <div> tag in html
help
4 ответов
+ 1
div is a block level element it's a container for all other block and inline element.
Example 1
<div>
<p>this is a paragraph</p>
</div>
>>there is div is a block element which contain another block element.
Example 2
<div>
<img src="image.png"/>
</div>
>>there is div is a block element which contain a inline element.
+ 1
<div> ek block level element h jo or doosre block element or inline element ke liye ek container ka kaam krta hai
0
please in hindi or other language elaboration
0
division