{"json_modified": "2014-03-21T11:54:41.750082", "slug": "Trazado_de_una_tabla_HTML_mediante_JavaScript_y_la_Interface_DOM", "tags": [], "locale": "es", "title": "Trazado de una tabla HTML mediante JavaScript y la Interface DOM", "translations": [{"locale": "en-US", "url": "/en-US/docs/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces", "last_edit": "2014-03-08T12:27:16", "title": "Traversing an HTML table with JavaScript and DOM Interfaces"}, {"locale": "zh-CN", "url": "/zh-CN/docs/%E4%BD%BF%E7%94%A8Javascript%E5%92%8CDOM_Interfaces%E6%9D%A5%E5%A4%84%E7%90%86HTML", "last_edit": "2008-09-20T15:57:27", "title": "\u4f7f\u7528Javascript\u548cDOM Interfaces\u6765\u5904\u7406HTML"}, {"locale": "ja", "url": "/ja/docs/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces", "last_edit": "2007-10-03T22:11:59", "title": "Traversing an HTML table with JavaScript and DOM Interfaces"}, {"locale": "fr", "url": "/fr/docs/Explorer_un_tableau_HTML_avec_des_interfaces_DOM_et_JavaScript", "last_edit": "2007-08-11T10:34:41", "title": "Explorer un tableau HTML avec des interfaces DOM et JavaScript"}, {"locale": "pt-BR", "url": "/pt-BR/docs/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces", "last_edit": "2012-11-14T10:00:20", "title": "Adentrando uma tabela HTML com JavaScript e interfaces DOM"}], "modified": "2014-03-21T11:54:41", "label": "Trazado de una tabla HTML mediante JavaScript y la Interface DOM", "url": "/es/docs/Trazado_de_una_tabla_HTML_mediante_JavaScript_y_la_Interface_DOM", "last_edit": "2014-03-11T20:11:12", "summary": "Este art\u00edculo es un resumen de algunos m\u00e9todos DOM nivel 1 poderosos y fundamentales as\u00ed como una descripci\u00f3n de c\u00f3mo utilizarlos utilizando Javascript.\u00a0 Aprender\u00e1s a crear, accesar, controlar, y remover elementos HTML din\u00e1micamente.\u00a0 Los m\u00e9todos DOM presentados aqu\u00ed no son espec\u00edficos de HTML; tambi\u00e9n aplican para XML. Las demostraciones aqu\u00ed proporcionadas funcionar\u00e1n en cualquier navegador moderno, incluyendo todas las versiones de Firefox e IE 5+.", "sections": [{"id": "Introduction", "title": "Introducci\u00f3n"}, {"id": "Overview_of_Sample1.html", "title": "Ejemplo: Crear una tabla HTML din\u00e1micamente ( Ejemplo1.html )"}, {"id": "Contenido_HTML", "title": "Contenido HTML"}, {"id": "JavaScript_Content", "title": "JavaScript Content"}, {"id": "Setting_background_of_a_paragraph", "title": "Example: Setting the background color of a paragraph"}, {"id": "HTML_Content", "title": "HTML Content"}, {"id": "JavaScript_Content_2", "title": "JavaScript Content"}, {"id": "Creating_TextNodes_with_document.createTextNode.28.22...22.29", "title": "Creating TextNodes with document.createTextNode(\"..\")"}, {"id": "Inserting_Elements_with_appendChild.28...29", "title": "Inserting Elements with appendChild(..)"}, {"id": "Creating_New_Elements_with_the_document_object_and_the_createElement.28...29_method", "title": "Creating New Elements with the document object and the createElement(..) method"}, {"id": "Removing_nodes_with_the_removeChild.28...29_method", "title": "Removing nodes with the removeChild(..) method"}, {"id": "Creating_a_table_dynamically_.28back_to_Sample1.html.29", "title": "Creating a table dynamically (back to Sample1.html)"}, {"id": "Reviewing_the_HTML_Table_structure", "title": "Reviewing the HTML Table structure"}, {"id": "Creating_element_nodes_and_inserting_them_into_the_document_tree", "title": "Creating element nodes and inserting them into the document tree"}, {"id": "Manipulating_the_table_with_DOM_and_CSS", "title": "Manipulating the table with DOM and CSS"}, {"id": "Getting_a_text_node_from_the_table", "title": "Getting a text node from the table"}, {"id": "Getting_an_attribute_value", "title": "Getting an attribute value"}, {"id": "Hiding_a_column_by_changing_style_properties", "title": "Hiding a column by changing style properties"}], "id": 90361, "review_tags": []}