asp hyperlink: font, width and text (C#)
<%@Page Language="C#"%>
<html>
<body>
<asp:hyperlink id="lnkTest" runat="server"
navigateurl="http://www.java2s.com"
forecolor="red"
backcolor="yellow"
font-name="Times New Roman,serif"
font-size="large"
font-bold="true"
width="75%"
text="a yellow hyperlink with red text" />
</body>
</html>
Related examples in the same category