Latest Tutorials

Forms interaction (action, method, enctype, accept, accept-charset, readonly, disabled, size, maxlength, checked, selected, multiple, label, for)

This group of attributes contains those that apply to HTML forms and users interaction with them. Related elements: action attribute:

Standard intrinsic events (onclick, ondblclick, onmouseover, onmousedown, onmouseup, onmouseout, onmousemove, onkeydown, onkeyup, onkeypress)

Intrinsic events are meant to increase interactivity with the users of a site. They...

Extended intrinsic events (onload, onunload, onfocus, onblur, onsubmit, onreset, onselect, onchange)

Intrinsic events are meant to increase interactivity with the users of a site. They...

Document's head specific (profile, content, scheme, http-equiv, media, defer)

Document's head related attributes are used to define document specific characteristics. The most common are document's meta data such as related keywords, content information and others.

HTML tutorial examples

Basic structure: HTML elements, attributes and comments introduct...

HTML elements, attributes and comments introduction

<html> <!--This is a comment. PAGE TITLE! --> <head> &...

Example of white space in HTML

<html> <head> <title>Brenko.web HTML tutorial</tit...

Document type declaration (DOCTYPE, namespaces)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" &q...

Root element (html)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" &q...

Document's head section with head element and meta data (head)

<html> <head> <meta http-equiv="content-type"...