CSS Link – How to customize styles of your links
CSS Link – How to customize styles of your links
Today I will tell you about CSS again. But we will talk not about properties today – but about link elements. Link is part of document, linking to other element (text, image, block) in same document or to another object (as example file or other document). As we all know, default color of links is blue (in all browsers). But of course, we can style our links with CSS properties (as example choose another color, font, background, visual text effects, etc) for all states.
For links, HTML using tag <a>, with defined link it will looks like <a href=”link_url”>link caption</a>.