To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

A link relation is a descriptive attribute attached to a hyperlink in order to define the type of the link, or the relationship between the source and destination resources. The attribute can be used by automated systems, or can be presented to a user in a different way.

In HTML these are designated with the rel attribute on link, a, or area elements. Example uses include the standard way of referencing CSS, <link rel="stylesheet" href="example.css" />, which indicates that the external resource linked to with the href attribute is a stylesheet, so a web browser will generally fetch this file to render the page. Another example is rel="shortcut icon" for the popular favicon icon.[1][2]

Link relations are used in some microformats (e.g. rel="tag" for tagging), in XHTML Friends Network (XFN), and in the  Atom standard, in XLink, as well as in HTML. Standardized link relations are one of the foundations of HATEOAS as they allow the user agent to understand the meaning of the available state transitions in a REST system.

The Internet Engineering Task Force (IETF) has a registry of standardized link relations,[3] and a procedure for extending it defined in RFC 5988. HTML5 also defines valid link relations.[4]

In HTML4, the rev attribute of a link is also defined, which defines the reversed relationship between the resources. The attribute is removed in HTML5.

YouTube Encyclopedic

  • 1/1
    Views:
    912
  • Rel And Rev Attribute Of Anchor Tag In HTML

Transcription

Semantic Web implementation

The RDF typed links are fundamental in LOD datasets for identifying the relationship (predicate) type of RDF triples, contributing to the automatic processability of machine-readable statements of the Giant Global Graph on the Semantic Web. The typed links in RDF are expressed as the value of the rdf:type property, defining the relationship type using well-established controlled vocabulary terms or definitions from LOD datasets such as

<rdf:type rdf:resource="http://schema.org/Person" />

References

  1. ^ Dubost, Karl (October 2005). "Web site meta data profile: favicon, …". World Wide Web Consortium. Retrieved 23 February 2011.
  2. ^ Dubost, Karl (24 October 2005). "How to Add a Favicon to your Site". World Wide Web Consortium. Retrieved 25 February 2011.

External links


This page was last edited on 28 March 2024, at 19:40
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.