HTML5 & CSS3 in Examples
Russian
Introduction
Chapter I
Chapter II
Chapter III
Chapter IV
Chapter V
Contact
Chapter IV
Playing video and audio files, creating forms
1. Playing video on a webpage using the
<
video
>
element
1.1 The
<
video
>
tag attributes
1.2 The
controls
and
autoplay
attributes
1.3 The
loop
and
poster
attributes
2. Playing audio files on a webpage using the
<
audio
>
element
2.1 The
<
audio
>
tag attributes
2.2 The
controls
,
autoplay
and
loop
attributes
3. Example 20: Playing video and audio files
3.1 Explanation of the Example 20 program
4. Creating a form: the
<
form
>
tag
4.1 The
<
fieldset
>
,
<
legend
>
and
<
label
>
tags
4.2 The
autofocus
,
placeholder
,
pattern
and
required
attributes
4.3 The
<
input
>
element
4.4 Example 21: Creating a form
4.5 Explanation of the Example 21 program
5. Form handler program in the PHP language
5.1 Example 22: A form handler program in PHP
5.2 Explanation of the Example 22 program
1. Playing video on a webpage using the
<
video
>
element