+ 2
how to remove borders from the sides of the vedio
2 Answers
+ 4
An <iframe> with no borders:
<iframe src="/default.asp" width="200" height="200" frameborder="0">
</iframe>
+ 4
The <iframe> frameborder attribute is not supported in HTML5. Use CSS instead.
The frameborder attribute specifies whether or not to display a border around an <iframe>.
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
2 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes