El atributo de tamaño HTML <hr> se utiliza para especificar la altura de la línea horizontal en términos de píxeles .
Sintaxis:
<hr size="pixels">
Valores de atributo: contiene píxeles de valor único que especifican la altura en términos de píxeles.
Nota: HTML 5 no admite el atributo de tamaño <hr>.
Ejemplo:
<!DOCTYPE html> <html> <head> <title> HTML hr size Attribute </title> </head> <body style="text-align:center;"> <h1>GeeksforGeeks</h1> <hr width="500px;" size="10"> <p>Computer science portal</p> <hr width="70%" size="20"> </body> </html>
Producción:
Navegadores compatibles: los navegadores compatibles con el atributo de tamaño HTML <hr> se enumeran a continuación:
- Google Chrome
- explorador de Internet
- Firefox
- Safari
- Ópera