Document's relationship, link to external style sheet (link)

<html> <head> <title>HTML tutorial</title> <...

Link to previous and next chapter of the document (link, attribute: rel, rev)

<html> <head> <title>HTML tutorial</title> <link...

Basic path information, link to images (base, img)

<html> <head> <title>HTML tutorial</title> <...

Base path for hyperlink, image and image map (base, a, img, attribute: href, target)

<html> <head> <title>HTML tutorial</title> <...

Internal style sheets (style)

<html> <head> <title>HTML tutorial</title> <...

Internal scripting, client side (script, noscript)

<html> <head> <title>HTML tutorial</title> <...

Choosing language (arabic) and text direction (right-to-left)

<html lang="ar" dir="rtl"> <head> <t...

Multiple languages in one page (attribute: lang, dir)

<html> <head> <title>HTML tutorial</title> <...

Character set and hyperlink's language reference (attribute: charset, hreflang) example

<html> <head> <title>HTML tutorial</title> <...

Example with internal style sheets (style)

<html> <head> <title>HTML tutorial</title> <...