Latest Tutorials

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> <...

External style sheets inserted (link)

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

Combination of external, internal and inline styles (link, style)

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

Changing background colors with internal script (script, noscript)

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

Calculate result with combination of external and internal scripting (script, style)

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

Core attributes in a basic HTML page (attribute: id, class, style, title)

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