HTML CODE PREPARE LIST

HTML CODE PREPARE LIST

HTML CODE FOR PREPARATION OF ANY FILE LIST OF ANY TYPE. no need to define labels.
for a sample, view click here: screenshot is as under
(SEE HOW HTML & CSS BOTH CAN BE USED IN A POST/PAGE)

HTML CODE FOR PREPARING LIST OF ANY FILE TYPE

<head>
<style>
.vertical-menu {
  width: 100%;
}
.vertical-menu a {
  background-color: #eee;
  color: black;
  display: block;
  padding: 12px;
  border: 1px solid white;
  text-decoration: none;
}
.vertical-menu a:hover {
  background-color: #ccc;
  COLOR: #B22222;
}
.vertical-menu a.active {
  background-color: #B22222;
  color: white;
}
</style>
</head>
<body>
<h1>
ALL SONGS</h1>
<div class="vertical-menu">
<a class="active" href="Your file location">LIST</a>
<a href="https://www.yourFileLocation.html">Rang Barse | Holi Song Lyrics| Amitabh Bachchan, Rekha</a>
you can USE n number of  <a> </a> tag here
</div>
</body>

READ MORE

Post a Comment

0 Comments