+ 1
How to make a frame in html ??
I want to make a frame with 2 columns and 1 row
2 Answers
+ 2
The <frame> tag is not supported in HTML5
Maybe you want:
<div>
<span>
</span>
<span>
</span>
</div>
+ 2
Thank you !!
I want to make a frame with 2 columns and 1 row