Google News
logo
UI Developer - Interview Questions
Detail out the layout of HTML.
HTML layout is the way to specify how the web page is arranged. 
 
The different HTML5 elements which are used to define the different parts of a webpage are as follows :
 
<header> : header for a document or a section is defined in this

<nav> : defines a container for navigation links

<section> : A section in a document is defined 

<article> : an independent, self-contained article is defined

<aside> : example is a sidebar, that is aside of content

<footer> : footer of a document is defined here
Advertisement