mdn/html/0_intro_to_html/3_creating_hyperlinks

3_creating_hyperlinks

dz / mdn / html / 0_intro_to_html / 3_creating_hyperlinks

Summary

Creating Hyperlinks

Node Tree

Nodes

hyperlink
content hyperlink
children hyperlink_reference, URL, a_tag, document_fragment

hyperlink_reference
content hyperlink_reference
children target
parents href, hyperlink

target
content target
parents hyperlink_reference

a_tag
content <a>
children download_attr, hashtag_id, href, mailto, title
parents mdn/html/elements, hyperlink

title
content title
parents a_tag

hashtag_id
content #id
children id_attr
parents a_tag

mailto
content mailto: URL scheme
children email_address_optional, email_link
parents a_tag

email_link
content email links
parents mailto

email_address_optional
content Email address optional
children share_link
parents mailto

share_link
content "share" links
parents email_address_optional

URL
content URL
children relative, absolute
parents hyperlink

relative
content relative
parents URL

absolute
content absolute
parents URL

document_fragment
content Document fragment
children id_attr
parents hyperlink

id_attr
content ID attribute
parents document_fragment, hashtag_id

download_attr
content "download" attribute
children default_save (description)
parents a_tag

default_save
content Default save filename
parents download_attr

href
content href
children hyperlink_reference (abbreviation)
parents a_tag