Calling Data Functions in Code Behind (SQL Server)

View Source   Exit

Defines a hyperlink

The < a > element supports the following attributes, in addition to global attributes common to all HTML elements.

AttributeValueDescription
downloadfilenameCauses the browser to treat the linked URL as a download.
hrefURLSpecifies the URL that the hyperlink points to.
hreflanglanguage_codeSpecifies the language of the linked document.
mediamedia_querySpecifies what media/device the linked document is optimized for
pingurl_listSpecifies a space-separated list of URLs, typically used for tracking.
referrerpolicyno-referrer, no-referrer-when-downgrade, origin, origin-when-cross-origin, same-origin, strict-origin-when-cross-origin, unsafe-urlSpecifies which referrer information to send with the link.
relalternate, author, bookmark, external, help, license, next, nofollow, noreferrer, noopener, prev, search, tagSpecifies the relationship between the current document and the linked document.
target_blank, _parent, _self, _topSpecifies where to open the linked document.
typemedia_typeSpecifies the media type of the linked document

View Source   Exit

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.