0_intro
dz / mdn / html / 0_intro_to_html / 0_introSummary
Introduction
Node Tree
Nodes
| html | |
| content | HTML |
| children | comments, entity_reference, html_elements, whitespace, anatomy_of_doc |
| html_elements | |
| content | html elements |
| children | boolean, html_tag, nesting, required, void ($ html_elements,$ html_elements), attributes |
| parents | html, mdn/html/elements |
| void | |
| content | void |
| parents | html_elements |
| content | |
| content | content |
| parents | tags |
| tags | |
| content | tags |
| children | closing, content, opening, anchor |
| opening | |
| content | opening |
| children | open_close_inside_outside |
| parents | tags |
| closing | |
| content | closing |
| children | open_close_inside_outside |
| parents | tags |
| nesting | |
| content | nesting |
| parents | html_elements |
| attributes | |
| content | attributes |
| children | vals_without_quotes |
| parents | html_elements |
| boolean | |
| content | boolean |
| parents | html_elements |
| required | |
| content | required |
| parents | html_elements |
| vals_without_quotes | |
| content | Values without quotes |
| children | single_vs_double_quotes |
| parents | attributes |
| single_vs_double_quotes | |
| content | Single vs double quotes |
| parents | vals_without_quotes |
| anatomy_of_doc | |
| content | Anatomy of a document |
| children | doctype, head_tag, meta_tag, root_element, title_tag |
| parents | html |
| open_close_inside_outside | |
| content | Open/Close elements in a way that they are inside or outside one another |
| parents | closing, opening |
| anchor | |
| content | Anchor |
| parents | tags |
| doctype | |
| content | doctype |
| parents | anatomy_of_doc |
| root_element | |
| content | Root Element |
| children | html_tag |
| parents | anatomy_of_doc |
| html_tag | |
| content | <html> |
| parents | root_element, html_elements, mdn/html/elements |
| whitespace | |
| content | whitespace |
| parents | html |
| title_tag | |
| content | <title> |
| parents | anatomy_of_doc, mdn/html/elements, head_tag |
| head_tag | |
| content | <head> |
| children | title_tag |
| parents | mdn/html/elements, anatomy_of_doc |
| meta_tag | |
| content | <meta> |
| parents | mdn/html/elements, anatomy_of_doc |
| comments | |
| content | comments |
| parents | html |
| entity_reference | |
| content | entity reference |
| children | character_references (AKA) |
| parents | html |
| character_references | |
| content | Character References |
| parents | entity_reference |