Send a link to your students to track their progress
47 Terms
1
New cards
Established Rules for HTML 5
1. New features need to be created on HTML, CSS, DOM, and Javascript 2. The requirement for external plugins (like Flash) must be lessened 3. Improved error handling 4. More markup to change scripting 5. HTML 5 must be device independent 6. The development procedures should be able to be seen by the public
2
New cards
What are semantic elements responsible for?
The structure of the web page contents.
3
New cards
==**Semantic Elements:**==
\
Specifies an article
4
New cards
==**Semantic Elements:**==
\
Indicates content aside from the page content
5
New cards
==**Semantic Elements:**==
\
Bi-Directional Isolation. It separates a part of text that may be arranged in a different direction from other text outside it.
6
New cards
==**Semantic Elements:**==
\
Indicates a command button that a user can invoke
7
New cards
==**Semantic Elements:**==
\
Assigns additional details that the user can view or hide
8
New cards
==**Semantic Elements:**==
\
Specifies a visible heading for a element
9
New cards
==**Semantic Elements:**==
\
Places self-contained content, like illustrations and diagrams
10
New cards
==**Semantic Elements:**==
\
Specifies a caption for a element
11
New cards
==**Semantic Elements:**==
\
Declares a footer for a document or section
12
New cards
==**Semantic Elements:**==
\
Declares a header for a document or section
13
New cards
==**Semantic Elements:**==
\
Clusters a set of
to
elements when a heading has multiple levels
14
New cards
==**Semantic Elements:**==
\
Specifies marked/highlighted text
15
New cards
==**Semantic Elements:**==
\
Defines a scalar measurement within a known range (a gauge)
16
New cards
==**Semantic Elements:**==
\
Puts in navigation links
17
New cards
==**Semantic Elements:**==
\
Defines the progress of a task
18
New cards
==**Semantic Elements:**==
\
Places a ruby annotation (for East Asian typography)
19
New cards
==**Semantic Elements:**==
\
Indicates an explanation/pronunciation of characters (for East Asian typography)
20
New cards
==**Semantic Elements:**==
\
Declares what to display in browsers that do not support ruby annotations
21
New cards
==**Semantic Elements:**==
\
Indicates a section in a document
22
New cards
==**Semantic Elements:**==
\
Inserts a date/time
23
New cards
==**Semantic Elements:**==
\
Indicates a potential line-break
24
New cards
What are multimedia elements responsible for?
Media contents
25
New cards
**Multimedia Elements:**
\
Defines sound content
26
New cards
**Multimedia Elements:**
\
Defines a video or movie
27
New cards
**Multimedia Elements:**
\
Defines multiple multimedia resources for
28
New cards
**Multimedia Elements:**
\
Defines a container for an external application or interactive content ( a plug-in)
29
New cards
**Multimedia Elements:**
\
Defines text tracks for
30
New cards
**Multimedia Elements:**
\
Used to draw graphics, on the fly, via scripting (usually JavaScript)
31
New cards
What are form elements responsible for?
Functionality of the web page
32
New cards
^^**Form Elements:**^^
\
Declares a list of pre-defined options for input controls
33
New cards
^^**Form Elements:**^^
\
Identifies a key-pair generator field (for forms)
34
New cards
^^**Form Elements:**^^
\
Generates the result of a calculation
35
New cards
Removed Elements
36
New cards
What are the 3 types of audio files?
mp3
wav
ogg
37
New cards
What type of audio file(s) does Chrome 6+ support?
mp3
wav
ogg
38
New cards
What type of audio file(s) does Firefox 3.6+ support?
wav
ogg
39
New cards
What type of audio file(s) does Internet Explorer 9+ support?
mp3
40
New cards
What type of audio file(s) does Opera 10+ support?
wav
ogg
41
New cards
What type of audio file(s) does Safari 5+ support?
mp3
wav
42
New cards
What are the 3 types of video files?
mp4
webm
ogg
43
New cards
What type of video file(s) does Chrome 6+ support?
mp4
webm
ogg
44
New cards
What type of video file(s) does Firefox 3.6+ support?
webm
ogg
45
New cards
What type of video file(s) does Internet Explorer 9+ support?
mp4
46
New cards
What type of video file(s) does Opera 10.6+ support?
webm
ogg
47
New cards
What type of video file(s) does Safari 5+ support?