Lesson 2 Flashcards

1
Q

attribute

A

are modifiers of HTML elements that provide additional information.

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

audio element

A

enables you to incorporate audio, such as music and other sounds, in HTML documents
canvas element is new in HTML5 and creates a container for graphics, and usesJavaScript to draw the graphics dynamically”

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

codec

A

Compression/Decompression or Coder/Decoder. Videoconferencing standard, included in hardware and/or software, used to compress or code video, audio, and data signals for transmission and decompress or decode the signal at the other end of the transmission.

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

compression

A

reduces the amount of space needed to store a file, and it reduces the bandwidth needed to transmit the file.

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

deprecation

A

Removing elements from the list of available HTML elements Browsers no longer support

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

doctype

A

is a declaration that is found at the very top of almost every HTML document. This tells the browser how to display the code.

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

empty tag

A

they don’t require an end tag.

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

Character entity

A

is a special character, such as the dollar symbol, the registered trademark (a capital R within a circle), and accented letters. Any symbol UTF-8 doesn’t display

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

figcaption element

A

is optional. It adds a caption to an image on a Web page, and you can display the caption before or after the image.

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

figure element

A

It adds a caption to an image on a web page, and you can display the caption before or after the image.

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

global attribute

A

can use with any HTML5 element for example: id, lang, and class.

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

nesting

A

To place one element inside another.

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

raster image

A

Is made up of pixels.

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

render

A

It interprets and reproduces the content on the page.

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

Scalable Vector Graphics (SVG)

A

enables you to create scalable objects that resize to best fit the screen on which they’re viewed.

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

tags

A

Keywords that help to give an HTML page structure.

17
Q

valid

A

If a Web page adheres to the specifications perfectly.

18
Q

vector images

A

maintain quality even when enlarged.

19
Q

video compression

A

reduces the size of video images while retaining the highest quality video with the minimum bit rate.

20
Q

video element

A

Enables you to incorporate videos in HTML documents using minimal code.