diff options
Diffstat (limited to 'files/es/web/html/element/table/index.html')
-rw-r--r-- | files/es/web/html/element/table/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/es/web/html/element/table/index.html b/files/es/web/html/element/table/index.html index 29318c7f70..5c86a3ccf8 100644 --- a/files/es/web/html/element/table/index.html +++ b/files/es/web/html/element/table/index.html @@ -56,7 +56,7 @@ original_slug: Web/HTML/Elemento/table </tr> <tr> <td>Documento normativo</td> - <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element" rel="external nofollow" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">HTML5, section 4.9.1</a> (<a class="external" href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE" title="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE">HTML4.01, section 11.2.1</a>)</td> + <td><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element" rel="external nofollow">HTML5, section 4.9.1</a> (<a class="external" href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TABLE">HTML4.01, section 11.2.1</a>)</td> </tr> </tbody> </table> @@ -85,7 +85,7 @@ original_slug: Web/HTML/Elemento/table <dt> {{htmlattrdef("bgcolor")}} {{Deprecated_inline}}</dt> <dd> - Este atributo define el color de fondo de la tabla . Es un código hexadecimal como el dado en el formato <a class="external" href="http://www.w3.org/Graphics/Color/sRGB" title="http://www.w3.org/Graphics/Color/sRGB">sRGB</a> (bajo el prefijo '#'). Uno de los 16 colores predefinidos podía ser usado: + Este atributo define el color de fondo de la tabla . Es un código hexadecimal como el dado en el formato <a class="external" href="http://www.w3.org/Graphics/Color/sRGB">sRGB</a> (bajo el prefijo '#'). Uno de los 16 colores predefinidos podía ser usado: <table> <tbody> <tr> |