HTML ( HEADER , MAIN , FOOTER ) command uses
Header & Footer is not imp[ortant but MAIN command is very important
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=header, initial-scale=1.0">
<title>chapter3</title>
</head>
<body>
<header>
this is header
</header>
<main>
<p>this is the main content</p>
</main>
<footer>
this is footer
</footer>
</body>
</html>
Comments
Post a Comment