Skip to content

Actividad html semántico#2

Open
mayravargasbecerra13 wants to merge 5 commits intomainfrom
htmlsemantic
Open

Actividad html semántico#2
mayravargasbecerra13 wants to merge 5 commits intomainfrom
htmlsemantic

Conversation

@mayravargasbecerra13
Copy link
Copy Markdown
Owner

No description provided.

@@ -0,0 +1,30 @@

<!DOCTYPE html>
<html lang="en">
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<html lang="en">
<html lang="es">

El contenido está en español

Comment on lines +12 to +14
<div>h1</div>
<nav>Navegación</nav>
</header>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div>h1</div>
<nav>Navegación</nav>
</header>
<nav>Navegación</nav>
</header>

Comment on lines +21 to +23
<aside>
<div>content</div>
</aside>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<aside>
<div>content</div>
</aside>
<aside>
</aside>

Comment on lines +25 to +28
<footer>
<div>footer</div>
<nav>Navegación</nav>
</footer>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<footer>
<div>footer</div>
<nav>Navegación</nav>
</footer>
<footer>
<nav>Navegación</nav>
</footer>

Comment on lines +16 to +19
<main>
<div>article</div>
<div>section</div>
</main>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<main>
<div>article</div>
<div>section</div>
</main>
<main>
<article>
<header>
<h1>Content</h1>
</header>
<section>
<p>content</p>
</section>
<footer>content</footer>
</article>
</main>

De acuerdo a la imagen indicada en el ejercicio, los contenidos dentro de la etiqueta <main>, son definidos por ésta imagen: https://user-images.githubusercontent.com/36536646/79254810-e69dc380-7e4a-11ea-9f5e-75c6b8efec0b.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants