CS401's Prelims: Fundaments of Web Prog. Module 01 Flashcards

For preliminary exams.

1
Q

is the standard markup language for creating web pages, no matter how simple or complex.

A

HyperText Markup Language (HTML)

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

in HTML refers to how links on the Web let users move from one document to another.

A

The “HyperText”

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

HTML has been evolving as a technology standard since

A

Tim-Berners-Lee’s introduction in 1993.

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

is the fifth and latest version of the language.

A

HTML5

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

supports multimedia such as audio and video, new tags, elements, and application programming interfaces (API).

A

HTML5

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

manages the specifications of what is in HTML and what is not.

A

The World Wide Web Consortium (W3C)

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

HTML Document

A

It is a text file created in any text editor containing textual content, elements, attributes, and tags

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

It is the component of an HTML document containing formats, instructions, and semantic meaning.

A

HTML Element

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

It consists of a start tag, content, and an end tag,

A

HTML Element

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

Paragraph

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

is used to add a line break to the HTML code and creates another blank line.

A

<br></br> element

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

It is used to modify or define an HTML element.

A

HTML Attribute

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

It is also known as the name=value pair, as it provides additional styling to the element.

A

HTML Attribute

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

These keywords define how web browsers will format and display content on an HTML file.

A

HTML Tags

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

Whatever is written inside the angle brackets (<,>) are called