- Posts: 5
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<style type="text/css"> .fruity a { color:red } .fruity a:hover { color:blue } .fruity a:focus { color:gold } </style>
Das kann dann aber individuell geändert werden.Definition and UsageThe
tag defines a hyperlink, which is used to link from one page to another.The most important attribute of theCode:<a>element is theCode:<a>attribute, which indicates the link's destination.By default, links will appear as follows in all browsers:Code:href
- An unvisited link is underlined and blue
- A visited link is underlined and purple
- An active link is underlined and red