optional
type:
xs:string
+
+
+
+HTML 4 only, Obsolete since HTML5.
+
+This attribute is required in an anchor defining a target location within a page. A value for name is similar to a value for the id core attribute and should be an alphanumeric identifier unique to the document. Under the HTML 4.01 specification, id and name both can be used with the <a> element as long as they have identical values.
+
+Usage note: This attribute is obsolete in HTML5, use global attribute id instead.
+
+
+
+
Attribute optional
type:
xs:anyURI
+
+
+
+This was the single required attribute for anchors defining a hypertext source link, but is no longer required in HTML5. Omitting this attribute creates a placeholder link. The href attribute indicates the link target, either a URL or a URL fragment. A URL fragment is a name preceded by a hash mark (#), which specifies an internal target location (an ID) within the current document. URLs are not restricted to Web (HTTP)-based documents. URLs might use any protocol supported by the browser. For example, file, ftp, and mailto work in most user agents.
+
+Note: You can use the special fragment "top" to create a link back to the top of the page; for example <a href="#top">Return to top</a>. This behavior is specified by HTML5.
+
+
+
+
Attribute optional
type:
xs:string
+
+
+
+This attribute specifies where to display the linked resource. In HTML4, this is the name of, or a keyword for, a frame. In HTML5, it is a name of, or keyword for, a browsing context (for example, tab, window, or inline frame). The following keywords have special meanings:
+
+* _self: Load the response into the same HTML4 frame (or HTML5 browsing context) as the current one. This value is the default if the attribute is not specified.
+* _blank: Load the response into a new unnamed HTML4 window or HTML5 browsing context.
+* _parent: Load the response into the HTML4 frameset parent of the current frame or HTML5 parent browsing context of the current one. If there is no parent, this option behaves the same way as _self.
+* _top: In HTML4: Load the response into the full, original window, canceling all other frames. In HTML5: Load the response into the top-level browsing context (that is, the browsing context that is an ancestor of the current one, and has no parent). If there is no parent, this option behaves the same way as _self.
+
+Use this attribute only if the href attribute is present.
-Attribute
title:
-
optional
type: xs:string
+
+
-Attribute
uriprint:
+Attribute
title:
optional
type:
xs:string
+
+
+
+Contains a text representing advisory information related to the element it belongs to. Such information can typically, but not necessarily, be presented to the user as a tooltip.
-Attribute
anchorprint:
-
optional
type: xs:string
+
+
Attribute
rel:
optional
type:
xs:NMTOKENS
+
+
+
+For anchors containing the href attribute, this attribute specifies the relationship of the target object to the link object. The value is a comma-separated list of link types values. The values and their semantics will be registered by some authority that might have meaning to the document author. The default relationship, if no other is given, is void. Use this attribute only if the href attribute is present.
+
+
+
+
Attribute
accesskey:
optional
+
+
+Provides a hint for generating a keyboard shortcut for the current element. This attribute consists of a space-separated list of characters. The browser should use the first one that exists on the computer keyboard layout.
+
+
+
+
Value restriction based on xs:string
@@ -14222,6 +14386,74 @@ The EventTarget.addEventListener() funct
+Attribute
uriprint:
+
optional
type:
xs:string
+
+
+
+
+Attribute specific to LON-CAPA.
+Display the href attribute when printing.
+
+
+
+
+Value restriction based on xs:string
+
+-
+on
+
+
+-
+uriprint
+
+
+-
+yes
+
+
+-
+1
+
+
+
+
+
+
+Attribute
anchorprint:
+
optional
type:
xs:string
+
+
+
+
+Attribute specific to LON-CAPA.
+Display the name attribute when printing.
+
+
+
+
+Value restriction based on xs:string
+
+-
+on
+
+
+-
+anchorprint
+
+
+-
+yes
+
+
+-
+1
+
+
+
+
+
+
@@ -14938,6 +15170,7 @@ Value restriction based on xs:string
Attribute