+ 3
How to rearrange the sections to create a generic html5 page structure?
I need help
24 Respuestas
+ 5
<head>
<header>
nav>
<footer>
+ 4
Hi Daniel,
A generic website will look like this:
<!DOCTYPE html>
<html>
<head></head>
<body>
<header></header>
<nav></nav>
<section></section>
<aside></aside>
<footer></footer>
</body>
</html>
Header is the top part of your website.
Nav is the navigation bar.
Section is the main body of your website.
Aside is the sidebar (widget section).
Footer is the footer section.
+ 4
<header>
<nav>
<article>
<section>
<footer>
+ 2
Anmesh
0
<head>
<header>
nav>
<footer>
0
Rearrange the sections to create a generic HTML5 page structure:
<Head>
<Header>
<Nav>
<Footer>
0
<head>
<header>
<nav>
<footer>
0
<header>
<nav>
<article>
<section>
<footer>
0
no one can do this
0
I dont know what i can answer
0
<head>
<header>
<nav>
<footer>
0
<html>
<head>
<title>page create structure HTML5</title>
</head>
<body>
<header> document </header>
<nav> link </nav>
<section> document </section>
<asid> sidebar </asid>
<article> independent </article>
<footer> document </footer>
</body>
</html>
0
<Head>
<Header>
<Nav>
<Footer>
0
<header>
<nav>
<article>
<section>
<footer>
0
Rearrange the sections to create a generic HTML5 page structure:
<header>
<footer>
<head>
<nav>
push and hold the answers then arrange them in order
0
<head>
<header>
<nav>
<footer>
0
<header>(<nav>)
<article>(<section><footer>)
0
<head>
<header>
<nav>
<footer>
0
<head>
<header>
nav>
<footer>
0
<Header>
<Nav>
<Main>
<Footer>