El iframe en HTML significa marco en línea. La etiqueta «iframe» define una región rectangular dentro del documento en la que el navegador puede mostrar un documento separado, incluidas las barras de desplazamiento y los bordes. Un marco en línea se utiliza para incrustar otro documento dentro del documento HTML actual.
El atributo de altura HTML <iframe> se utiliza para especificar la altura del <iframe> en términos de píxeles.
Sintaxis:
<iframe height="pixels">
Ejemplo:
HTML
<!DOCTYPE html> <html> <head> <title> How to specify the height of an iframe element using HTML? </title> </head> <body style="text-align:center;"> <h1 style="color:green;"> GeeksforGeeks </h1> <h2> How to specify the height of an iframe element using HTML? </h2> <iframe src= "https://media.geeksforgeeks.org/wp-content/uploads/geeksforgeeks-13.png" height="100" width="400"> </iframe> </body> </html>
Producción:
Navegadores compatibles:
- Google Chrome
- explorador de Internet
- Firefox
- Safari
- Ópera