Data URI scheme: Difference between revisions

Content deleted Content added
Nickshanks (talk | contribs)
mNo edit summary
m use Mediawiki RFC linking
Line 1:
{{wrongtitle|title=data: URL}} __NOTOC__
 
'''data: URL''' is a kind of [[Uniform Resource Locator|URL]] that allows inclusion of small data items as "immediate" data, as if it had been included externally. The URLs allow content creators to embed small files inline [[HTML]] documents, without complicated, document level formating, like using [[MIME]] and cid: or mid:. It is an [[IETF]] standard. [http://www.ietf.org/rfc/rfc2397(RFC 2397).txt]
 
It is currently only supported by [[Mozilla]], [[Safari (web browser)|Safari]], [[Konqueror]] and [[Opera (web browser)|Opera]].