View-source URI scheme: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Mobile edit Mobile web edit
fixed typo
Line 4:
The '''view-source''' [[URI scheme]] is used by some [[web browsers]] to construct [[Uniform Resource Identifier|URI]]s that result in the browser displaying the [[source code]] of a [[web page]] or other [[web resource]].<ref>[https://tools.ietf.org/html/draft-yevstifeyev-view-source-uri IETF Draft]</ref>
 
For example, the [[Uniform ResourceIdentifierResource Identifier|URI]] '''<code>view-source:<nowiki>https://example.com</nowiki></code>''' should show the source of the page located at <code>[https://example.com https://example.com]</code>.
 
In the early internet, View Source helped people to create their own web pages, learning by example.<ref>{{Cite book |last1=Sahlin |first1=Doug |url=https://books.google.com/books?id=cfDRYLDyKcoC&dq=%22view+source%22&pg=PA161 |title=Building Web Sites All-in-One Desk Reference For Dummies |last2=Snell |first2=Claudia |date=2007-02-03 |publisher=John Wiley & Sons |isbn=978-0-470-12720-9 |language=en}}</ref>