HTML | <hr> Atributo noshade

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

Publicación traducida automáticamente

Artículo escrito por jit_t y traducido por Barcelona Geeks. The original can be accessed here. Licence: CCBY-SA

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *