El atributo HTML <hr> noshade es el valor booleano y se utiliza para especificar la línea horizontal continua en lugar de las líneas sombreadas .
Sintaxis:
<hr noshade>
Nota: HTML 5 no admite el atributo <hr> noshade.
Ejemplo:
<!DOCTYPE html> <html> <head> <title> HTML hr noshade 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" noshade> </body> </html>
Producción:
Navegadores compatibles: los navegadores compatibles con HTML <hr> noshade Attribute se enumeran a continuación:
- Google Chrome
- explorador de Internet
- Firefox
- Safari
- Ópera