Consider the following code :
<p align="right"><a href="AddUser.html"><h2>Add
User</h2></a> | <a href="AddCustomer.html">Add Customer</a></p>
There is not much change in the output when I write the following code in the style tag,
p {
font-size : 7mm;
font-family: Garamond;
font-style : Normal;
}
But if I write the same code in h2{} or a{} the echange is quite visible. Kindly explain why is it so ?