This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
es:web_development:lists:checklists [2022/03/02 12:47] mag [Setup] |
es:web_development:lists:checklists [2023/08/16 09:33] (current) |
||
---|---|---|---|
Line 5: | Line 5: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
- | ==== Input Checkbox | + | ==== Casilla de Verificación |
- | * Create a basic unordered list at the end of your existing | + | * Cree una lista desordenada básica al final de su código |
- | * Fill it with items from a shopping list or a to-do list. | + | * Llénelo con elementos de una lista de compras o una lista de tareas pendientes. |
- | < | + | |
+ | < | ||
<ul> | <ul> | ||
- | <li>100g flour</ | + | <li>100 g de harina</ |
- | < | + | < |
- | <li>300ml milk</li> | + | <li>300 ml de leche</li> |
</ | </ | ||
- | * So far this is like any other list we've created. | + | * Hasta ahora, esta es como cualquier otra lista que hayamos creado. |
- | * Now we'll add some checkboxes inside the < | + | * Ahora agregaremos algunas casillas de verificación dentro de la etiqueta |
- | < | + | < |
- | < | + | < |
- | < | + | < |
- | * There are many types of inputs | + | * Hay muchos tipos de entradas |
- | * We also want to differentiate the items, so we name each using < | + | * También queremos diferenciar los elementos, por lo que nombramos cada uno usando |
- | * Open your code in Live Server | + | * Abra su código en Live Server |
- | * The bullets are now unnecessary, so let's remove them with CSS. | + | * Las viñetas ahora son innecesarias, así que eliminémoslas con CSS . |
< | < | ||
list-style-type: | list-style-type: | ||
}</ | }</ | ||
- | * < | + | * < |
+ | |||
+ | ==== Codigo Final ==== | ||
+ | Si llegas a este punto y algo no está del todo bien, o te gustaría verificar tu código, aquí está el código en el que hemos estado trabajando. | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
- | [[en: | + | [[es: |