Software engineering Flashcards

1
Q

the combination of an opening tag, some content, and a closing tag

A

element

<p>sample text</p>

would create a paragraph element. An element is the combination of an opening tag, some content, and a closing tag.

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

the markup identifiers used to create HTML elements.

A

tags

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

HTML stands for…

A

HTML (Hypertext Markup Language)

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

it is used to provide meaning to content on a web page, telling the browser how to interpret it.

A

HTML (Hypertext Markup Language)

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

it refers to text that links to other text

A

Hypertext

term coined by American philosopher and information technology pioneer Ted Nelson in the 1960s.

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

refers to the use of a set of symbols or code that tell the browser how to arrange and display text and information.

A

Markup

نشانه گذاری
the process or result of correcting text in preparation for

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

refers to the fact that the markup can be used to expressively represent information and concepts.

A

language

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

Computers would view this simply as “plain text”, a random collection of characters. Therefore, the computer needs to be told what the information means. In order to do so, we need to use “……………..” to provide the additional context.

A

markup

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