Content deleted Content added
→See also: Add NISO standard Z39.105 "CP/LD" |
Jtbwikiman (talk | contribs) m →History: Fixed a typo (trawl -> crawl) |
||
Line 9:
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 content and presentation]].<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|access-date=8 December 2010}} This article notes that presentational HTML markup may be useful when targeting browsers "before [[Netscape Communicator|Netscape 4.0]] and [[Internet Explorer 4|Internet Explorer 4.0]]" which were both released in 1997.</ref>
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
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]].
|