Changes

Jump to navigation Jump to search
1,389 bytes added ,  11:38, 26 October 2018
no edit summary
Line 1: Line 1: −
<!DOCTYPE html  
+
 
      PUBLIC "-//W3C//DTD HTML 4.01//EN"
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      "http://www.w3.org/TR/html4/strict.dtd">
+
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US">
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://www.w3.org/2005/10/profile">
+
<head>
<link rel="icon"  
+
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
      type="image/png"  
+
  <title>How to Add a Favicon to your Site - QA @ W3C</title>
      href="http://example.com/myicon.png">
+
  <meta name="Keywords"
[…]
+
  content="qa, quality assurance, conformance, validity, test suite, favicon, well known location, Web architecture, profile, meta, link"
 +
  />
 +
  <meta name="Description"
 +
  content="W3C QA - This guide reviews the correct way to add a favicon to your Web site and address some issues related to it."
 +
  />
 +
  <link rel="schema.DC" href="http://purl.org/dc" />
 +
  <meta name="DC.Subject" xml:lang="en" lang="en"
 +
  content="favicon, well known location, Web architecture, profile, meta, link"
 +
  />
 +
  <meta name="DC.Title" xml:lang="en" lang="en"
 +
  content="How to add a favicon to your Web site?" />
 +
  <meta name="DC.Description.Abstract" xml:lang="en" lang="en"
 +
  content="This guide reviews the correct way to add a favicon to your Web site and address some issues related to it."
 +
  />
 +
  <meta name="DC.Date.Created" content="2005-10-24" />
 +
  <meta name="DC.Language" scheme="RFC1766" content="en" />
 +
  <meta name="DC.Creator" content="Karl Dubost" />
 +
  <meta name="DC.Publisher"
 +
  content="W3C - World Wide Web Consortium - http://www.w3.org" />
 +
  <meta name="DC.Rights"
 +
  content="http://www.w3.org/Consortium/Legal/copyright-documents" />
 +
  <link rel="Stylesheet" href="/2005/10/w3cdoc.css" type="text/css" />
 +
  <style type="text/css">
 +
    .status { background: #aaa; padding: 1em; border: thin black solid }
 +
  </style>
 
</head>
 
</head>
[…]
  −
</html>
 

Navigation menu

GCwiki