11 - HTML 5 Flashcards

(36 cards)

1
Q

html version that has been around the longest

A

HTML4 (published in 1997)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTML4 introduced important features in web page creation today (4)

A

<span>
<iframe>
class
id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

an XML-based specification of HTML

A

XHTML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what was the key change for XHTML vs HTML

A

XHTML is a stricter version of HTML because of XML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

HTML was completed on ________

A

October 2014

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

organization made up of web developers from different companies

A

web hypertext application technology working group (WHATWG)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

HTML5 new features (8)

A
  • greater emphasis on semantics
  • connectivity options
  • offline performance and storage options
  • multimedia
  • 2d/3d graphics options
  • device access
  • styling
  • performance and integration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

appears in the tab bar,
used for boomarks

A

<title>
</title>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

metadata for the page

A

<meta></meta>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

bounded by angled braces

A

tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

name-value pairs within tags

A

attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

custom attributes can be use by prefixing with ____

A

data-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

made up of the opening and closing tag

A

element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

character entities are used to replace reserved characters and symbols

A

entity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

defines the structure and set of elements and attributes

A

document type definition (dtd)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

programming interface for HTML, XML, and SVG

A

document object model (dom)

17
Q

allows programs/scripts to dynamically access and update the content, structure, and style

A

document object model (dom)

18
Q

dom provides a ________ representation of the document in memory

A

tree-structured

19
Q

dom methods revolve around the access and modification of: (4)

A

elements
attributes
text
event handlers

20
Q

used to manage events in the HTML page/doc

A

event handlers

21
Q

elements that don’t tell you anything about the content

22
Q

elements that introduce meaning to parts of the page, rather than presentation

A

semantic elements

23
Q

tag for the main content of the page

A

<main>
</main>

24
Q

content that is tangentially related to the content

A

<aside>
</aside>

25
represent an independent section of content
26
represents a generic section of a document or application
27
represents a section of navigational links
28
represents a group of introductory or navigation aids
29
new input attributes (5)
max min step pattern required
30
used for describing 2d graphics using XML
31
used for drawing 2d objects on the fly using javascript
32
defines a set of sound content
33
defines a set of video content
34
defines source files for video and audio elements
35
defines text tracks for video and audio elements
36
container for external apps