Class Hyperlink

  • All Implemented Interfaces:
    ai.platon.pulsar.common.urls.ComparableUrlAware , ai.platon.pulsar.common.urls.UrlAware , kotlin.Comparable

    
    public class Hyperlink
    extends AbstractUrl
                        

    A hyperlink, or simply a link, is a reference to data that the user can follow by clicking or tapping.

    A hyperlink points to a whole document or to a specific element within a document. Hypertext is text with hyperlinks. The text that is linked from is called anchor text.

    The anchor text, link label or link text is the visible, clickable text in an HTML hyperlink.