How to Create Menu Button ?

SEO Help and Tips

How to Create Menu Button ?

Here is the Menu Button example code with link.

<<head>> Section:

<head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</head>

<<body>> Section:

<body>
<div class="container mt-3">
  <h2>Button Styles</h2>
  <a href="https://example.com/home" class="btn btn-danger"><i class="fas fa-home"></i> Home</a>
  <a href="https://example.com/audio" class="btn btn-primary"><i class="fas fa-music"></i> Audio</a>
  <a href="https://example.com/video" class="btn btn-secondary"><i class="fas fa-video"></i> Video</a>
  <a href="https://example.com/game" class="btn btn-success"><i class="fas fa-gamepad"></i> Game</a>
  <a href="https://example.com/software" class="btn btn-info"><i class="fas fa-code"></i> Software</a>
  <a href="https://example.com/logo" class="btn btn-warning"><i class="fas fa-image"></i> Logo</a>
  <a href="https://example.com/about" class="btn btn-danger"><i class="fas fa-info"></i> About</a>
  <a href="https://example.com/contact" class="btn btn-dark"><i class="fas fa-envelope"></i> Contact Us</a>
  <a href="https://example.com/privacy" class="btn btn-primary"><i class="fas fa-lock"></i> Privacy Policy</a>
  <a href="https://example.com/terms" class="btn btn-info"><i class="fas fa-file-alt"></i> Terms</a>
</div>
</body>

Comments

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?