Creating Multiple Pages With Navigation Menus HTML Code Example


Example 1: navbar multiple pages


<script src="//code.jquery.com/jquery.min.js"></script>
<script>
$.get("navigation.html", function(data){
$("#nav-placeholder").replaceWith(data);
});
</script>

Example 2: html multi page website


<nav>
<ul>
<li><a href="#">Navigation</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">Links</a></li>
</ul>
</nav>

Example 3: navbar multiple pages


<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./bootstrap-3.3.2-dist/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<@wpbModule externalKey="9255b083-95a3-4752-a4fd-5bad5ad57fc0" />
<h2> Home page </h2>
Dummy home page...
</div>
</body>
</html>

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools