This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
es:web_development:lists:checklists [2022/02/23 11:59] mag created |
es:web_development:lists:checklists [2023/08/16 09:33] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Web Development Lesson | + | ====== |
| - | ===== Checklists | + | ===== Listas de verificación |
| - | ==== Setup ==== | + | ==== Configuración |
| - | * Continue using the ' | + | * Continúe usando los archivos |
| - | **lists.html** | + | * [[https:// |
| - | < | + | * [[https://techschool.murraygunn.id.au/webdev/classes/lists/2/style.php|style.css]] |
| - | <html lang=" | + | ==== Casilla de Verificación ==== |
| - | < | + | * Cree una lista desordenada básica al final de su código html existente (justo antes de la etiqueta |
| - | <meta charset=" | + | * Llénelo con elementos de una lista de compras o una lista de tareas pendientes. |
| - | <meta http-equiv=" | + | |
| - | <meta name=" | + | |
| - | < | + | |
| - | <link rel=" | + | |
| - | <script src=" | + | |
| - | </head> | + | |
| - | < | + | |
| - | < | + | |
| - | Who Am I? | + | |
| - | </h2> | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ul> | + | |
| - | </li> | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </li> | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | < | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | </ | + | |
| - | **style.css** | + | < |
| - | < | + | |
| - | color: blue; | + | |
| - | } | + | |
| - | + | ||
| - | ol ol { | + | |
| - | font-weight: | + | |
| - | }</ | + | |
| - | + | ||
| - | ==== Input Checkbox ==== | + | |
| - | * Create a basic unordered list at the end of your existing html code (just before the < | + | |
| - | * Fill it with items from a shopping list or a to-do list. | + | |
| - | < | + | |
| <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: |