Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[e] (0) <html> example
git-svn-id: http://svn.whatwg.org/webapps@3784 340c8d12-0b0e-0410-8428-c7bf67bfef74
- Loading branch information
later <code><a href=#the-base-element>base</a></code> elements cannot affect the <a href=#resolve-a-url title="resolve a url">resolving of relative URLs</a> in <code title=attr-html-manifest><a href=#attr-html-manifest>manifest</a></code> attributes, as the | ||
attributes are processed before those elements are seen.</p> | ||
|
||
<div class=example> | ||
|
||
<p>The <code><a href=#the-html-element-0>html</a></code> element in the following example declares | ||
that the document's language is English.</p> | ||
|
||
<pre><!DOCTYPE html> | ||
<strong><html lang="en"></strong> | ||
<head> | ||
<title>Swapping Songs</title> | ||
</head> | ||
<body> | ||
<h1>Swapping Songs</h1> | ||
<p>Tonight I swapped some of the songs I wrote with some friends, who | ||
gave me some of the songs they wrote. I love sharing my music.</p> | ||
</body> | ||
<strong></html></strong></pre> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<h3 id=document-metadata><span class=secno>4.2 </span>Document metadata</h3> | ||
|