0 votes
in HTML by
Explain the layout of HTML?

1 Answer

0 votes
by
HTML layout specifies a way in which the web page is arranged.

HTML Layouts

Every website has a specific layout to display content in a specific manner.

Following are different HTML5 elements which are used to define the different parts of a webpage.

<header>: It is used to define a header for a document or a section.

<nav>: It is used to define a container for navigation links

<section>: It is used to define a section in a document

<article>: It is used to define an independent, self-contained article

<aside>: It is used to define content aside from the content (like a sidebar)

<footer>: It is used to define a footer for a document or a section

Related questions

0 votes
asked Aug 26, 2022 in Ruby by Robin
0 votes
0 votes
asked Feb 18 in HTML by DavidAnderson
...