Está en la página 1de 2

24/3/2021 Práctica de Indentación | HTML

 BACK TO TRACKS Curso Full-stack Java S… HTML in Spanish HTML Práctica de Indent…

1. HTML 100%
E D I T ( / M O D U L E S / E D I T/ 1 2 6 / 6 2 3 8 /4 3 8 1 6 )
(/m/126/6238)

TSILKCEHC
(/m/ Mandatory Deadline: Monday of Week 1 Difficulty Level: Basic Estimat
Semana 1 Lección 1

(/m/
Introducción

Práctica de Indentación
(/m/
Información General
Configura tu editor:
(/m/
Secciones de HTML
Nosotros recomendamos VS Code: (https://code.visualstudio.com/download)https://code.visual
(/m/ (https://code.visualstudio.com/download).
Relación Padre, Hijo, Herma…

Otros prefieren Atom: (https://atom.io/)https://atom.io/ (https://atom.io/) (https://atom.io/)


Práctica de Indentación
(/m/
¡Empecemos a programar!
(/m/
Repaso de Indentación
Por favor, corrige este código (¡está horrible!).
(/m/
Prueba
Crea un nuevo archivo en tu Editor de Texto (VS Code, Atom, Sublime…) e indenciona correctam

(/m/
Head
<!DOCTYPE html>
<html>
(/m/
Etiquetas Body Comunes <head>
<title>
(/m/
Formularios Basic I
</title>
(/m/ </head>
Formulario de Registro
<body>
(/m/ <h1>
¡Consejos Importantes!
¿Qué lenguaje amas?
(/m/ </h1>
Blog Ficticio
<p>
(/m/ ¡Amo HTML!
Etiquetas Adicionales </p>
</body>
(/m/
FAQ </html>

(/m/
Prueba
Ten en cuenta que la mayoría de las etiquetas (tags) en el código a continuación aún no se han
(/m/ sabes cómo se ven las etiquetas de apertura y cierre. 
Algoritmo I

Sin conocer las etiquetas HTML, determina cuáles son los padres, hijos y hermanos indentando c

learn.codingdojo.com/m/126/6238/43816 1/2
24/3/2021 Práctica de Indentación | HTML

 BACK TO TRACKS <!DOCTYPE html>


<html>
<head>
1. HTML 100%
<title>
(/m/126/6238)
Basic II

TSILKCEHC
</title>
(/m/
Semana 1 Lección 1 </head>
<body>
(/m/
Introducción <table>
<thead>
(/m/
Información General <tr><th>Nombre</th><th>Apellido</th><th>Email</th><th>Password</th></tr
</thead>
(/m/ <tbody>
Secciones de HTML
<tr>
(/m/ <td>
Relación Padre, Hijo, Herma…
Sadie

Práctica de Indentación
(/m/ </td>
<td>
(/m/ Valerio
Repaso de Indentación
</td>
<td>
(/m/
Prueba sadierocks@gmail.com
</td><td> FakePassword123 </td></tr>
(/m/
Head </tbody>
</table>
(/m/ <h1>Esta es una lista de mis cosas favoritas:</h1>
Etiquetas Body Comunes
<ul><li>Comida</li>
(/m/ <li>Gatos</li>
Formularios
<li>Café</li>
(/m/ <li>Música
Formulario de Registro
</li>
(/m/ </ul>
¡Consejos Importantes!
</body>
(/m/ </html>
Blog Ficticio

(/m/
Etiquetas Adicionales

(/m/
FAQ

(/m/
Prueba

(/m/
Algoritmo I

Solutions (1)

Files

No file chosen UPLOAD or Add Github Url

Privacy Policy To repor

 P R E V I O U S ( / M / 1 2 6 / 6 2 3 8 /4 3 8 1 5 )

learn.codingdojo.com/m/126/6238/43816 2/2

También podría gustarte