<html>
<head>
<style>
.links{
color:white;
background-color:lightblue;
border:1px solid green;
}
</style>
</head>
<body>
<br><br>
<a href="#" class="links">code</a>
<a href="#" class="links"style="padding:5px 10px;">strong</a>
<a href="#" class="links"style="padding:10px 20px;">bold</a>
<a href="#" class="links"style="padding:15px 30px;">italic</a>
</body>
</html>