How to Make an html link box or Button.

To make an HTML box you have to know only a little about HTML(Hyper Text Markup Language).
HTML box is just a link to which we further modify and make it looks like a box.
In the html code of the link we insert style attribute , the most important property to show the link as a box is display: inline-block;.
Below is the code inserted in the code of the link : 

style=" background-color: black; color: white; display: inline-block; height: 32px; text-align: center; text-decoration: none; width: 200px; " 

You can modify the colors used and also can modify the width and height.
The box given below is the demo of the HTML box :


For Any Help Comment Below I'm Always with you :) .

Post a Comment

Post a Comment (0)

Previous Post Next Post