0
what is full html coding for a website
2 Answers
+ 2
<html>
<head>
<link type="text" rel="stylesheet" href="yourpageCSS">
</head>
<body>
<header>
<p>you can install your banner here </p>
</header>
<nav>
<p> here you have the navigation of your website </p>
</nav>
<main>
<p><strong>main of your page</strong></p>
</main>
<footer>
<p> and for finish this page, you have footer. </p>
</footer>
</body>
</html>
For more explication read the tutorial
+ 1
pls rephrase your question....I don't understand what exactly you mean