diff options
Diffstat (limited to 'files/pt-br/web/api/document/body')
-rw-r--r-- | files/pt-br/web/api/document/body/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/document/body/index.html b/files/pt-br/web/api/document/body/index.html index cb21522c4f..920948d9b6 100644 --- a/files/pt-br/web/api/document/body/index.html +++ b/files/pt-br/web/api/document/body/index.html @@ -34,7 +34,7 @@ alert(document.body.id); // "newBodyElement" <ul> <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-56360201">DOM Level 2 HTML: HTMLDocument.body</a></li> - <li><a class="external" href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors" title="http://www.w3.org/TR/html5/dom.html#dom-document-head">HTML5: DOM Tree Accessors</a></li> + <li><a class="external" href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors">HTML5: DOM Tree Accessors</a></li> </ul> <h2 id="Veja_Também">Veja Também</h2> |