Content deleted Content added
Citation bot (talk | contribs) Removed parameters. | You can use this bot yourself. Report bugs here. | Suggested by AManWithNoPlan | All pages linked from cached copy of User:AManWithNoPlan/sandbox2 | via #UCB_webform_linked 2713/5333 |
m Task 18 (cosmetic): eval 12 templates: hyphenate params (10×); |
||
Line 4:
== History ==
HTML has included semantic markup since its inception.<ref>{{cite book|last1=Berners-Lee|first1=Tim|
Various versions of the HTML standard have included [[HTML element#Presentation|presentational markup]] such as <code><font></code> (added in HTML 3.2; removed in HTML 4.0 Strict), <code><i></code> (all versions) and <code><center></code> (added in HTML 3.2). There are also the semantically neutral [[span and div]] elements. Since the late 1990s when [[Cascading Style Sheets]] were beginning to work in most browsers, web authors have been encouraged to avoid the use of presentational HTML markup with a view to the [[separation of presentation and content]].<ref>{{cite web|url=http://www.w3.org/MarkUp/Guide/Style.html|title=Adding a touch of style|last=Raggett|first=Dave|date=8 April 2002|publisher=World Wide Web Consortium|
In 2001, [[Tim Berners-Lee]] participated in a discussion of the [[Semantic Web]], where it was presented that intelligent software 'agents' might one day automatically trawl the Web and find, filter and correlate previously unrelated, published facts for the benefit of end users.<ref>{{cite web | url=http://www.scientificamerican.com/article.cfm?id=the-semantic-web|title=The Semantic Web|first1=Tim|last1=Berners-Lee|first2=James|last2=Hendler|first3=Ora|last3=Lassila|publisher=Scientific American|year=2001|
An important type of web agent that does crawl and read web pages automatically, without prior knowledge of what it might find, is the [[Web crawler]] or search-engine spider. These software agents are dependent on the semantic clarity of web pages they find as they use various techniques and [[algorithm]]s to read and index millions of web pages a day and provide web users with [[Web search engine|search facilities]].
In order for search-engine spiders to be able to rate the significance of pieces of text they find in HTML documents, and also for those creating mashups and other hybrids, as well as for more automated agents as they are developed, the semantic structures that exist in HTML need to be widely and uniformly applied to bring out the meaning of published information.<ref name="Semantic_Web_Revisted">{{cite web|url=http://eprints.ecs.soton.ac.uk/12614/1/Semantic_Web_Revisted.pdf|title=The Semantic Web Revisited|first1=Nigel|last1=Shadbolt|first3=Wendy|last3=Hall|first2=Tim|last2=Berners-Lee|publisher=IEEE Intelligent Systems|date=May–June 2006|
While the true semantic web may depend on complex [[Resource Description Framework|RDF]] [[Ontology (information science)|ontologies]] and [[metadata]], every HTML document makes its contribution to the meaningfulness of the Web by the correct use of headings, lists, titles and other semantic markup wherever possible. This "plain" use of HTML has been called "Plain Old Semantic HTML" or POSH.<ref>{{cite web |url=http://microformats.org/wiki/posh |title=Plain Old Semantic HTML (POSH) |date=April 20, 2007 |website=Microformats Wiki |publisher=microformats community |
Presentational elements were not formally [[Deprecation|deprecated]] in HTML 4.01 and XHTML recommendations, but were recommended against. In HTML 5, some of those elements, such as <code>i</code><ref>{{cite web|title=HTML5 |at=Section 4.5.17: The i element |url=https://www.w3.org/TR/html5/text-level-semantics.html#the-i-element |publisher=World Wide Web Consortium }}</ref> and <code>b</code><ref>{{cite web|title=HTML5 |at=Section 4.5.18: The b element |url=https://www.w3.org/TR/html5/text-level-semantics.html#the-b-element |publisher=World Wide Web Consortium }}</ref> are still specified as their meaning has been clearly defined "as to be stylistically offset from the normal prose without conveying any extra importance".{{cite quote|date=July 2019}}
Line 26:
== Google "rich snippets" ==
In 2010, [[Google]] specified three forms of structured metadata that their systems will use to find structured semantic content within webpages. Such information, when related to reviews, people profiles, business listings, and events will be used by Google to enhance the "snippet", or short piece of quoted text that is shown when the page appears in search listings. Google specifies that that data may be given using [[Microdata (HTML5)|microdata]], [[microformat]]s or [[RDFa]].<ref>{{cite web|title=Rich snippets|url=http://www.google.com/support/webmasters/bin/answer.py?answer=99170|work=Webmaster Central|
== See also ==
|