mdn/html/0_intro_to_html/0_intro

0_intro

dz / mdn / html / 0_intro_to_html / 0_intro

Summary

Introduction

Node Tree

Nodes

html
content HTML
children html_elements, whitespace, anatomy_of_doc, comments, entity_reference

html_elements
content html elements
children html_tag, nesting, required, void ($ html_elements,$ html_elements), attributes, boolean
parents mdn/html/elements, html

void
content void
parents html_elements

content
content content
parents tags

tags
content tags
children opening, anchor, closing, content

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 meta_tag, root_element, title_tag, doctype, head_tag
parents html

open_close_inside_outside
content Open/Close elements in a way that they are inside or outside one another
parents opening, closing

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 html_elements, mdn/html/elements, root_element

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 anatomy_of_doc, mdn/html/elements

meta_tag
content <meta>
parents anatomy_of_doc, mdn/html/elements

comments
content comments
parents html

entity_reference
content entity reference
children character_references (AKA)
parents html

character_references
content Character References
parents entity_reference