HTML | <tipo de entrada=”semana”>

El HTML <input type=”week”> se utiliza para definir un campo de control de semana y año

Sintaxis: 

<input type="week">

Ejemplo: 

HTML

<!DOCTYPE html>
<html>
 
<head>
    <title>
        HTML Input Type week
    </title>
</head>
<style>
    #Geek_p {
        font-size: 30px;
        color: green;
    }
</style>
 
<body style="text-align:center;">
 
    <h1 style="color:green;">
            GeeksForGeeks
        </h1>
 
    <h2>HTML <Input Type="week">
</h2>
    <form>
        <input type="week">
        <br>
        <br>
 
    </form>
</body>
 
</html>

Producción:

  

Navegadores compatibles: los navegadores compatibles con HTML Input type=”week” se enumeran a continuación:

  • Google Chrome 20 y superior
  • Borde 12 y superior
  • Ópera 11 y superior
  • Internet Explorer no es compatible 
  • Firefox no es compatible 
  • Safari no compatible 

Publicación traducida automáticamente

Artículo escrito por ManasChhabra2 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 *