Implementation: HTML Flashcards

Revision

1
Q

What is the purpose of < ol >… < /ol > tags?

A

To show ordered list

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

This are the links that keep you within the website you are visiting, but take you to a different page

A

Internal Hyperlinks

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

What are the building blocks of HTML Pages?

A

HTML Elements

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

It is the Text that appears within < a > with a link< /a >

A

Anchor

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

What document type declaration should ALL HTML documents must start with?

A

< !DOCTYPE html >

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

This are the links that take you to another website

A

External Links

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

This tag is used to include image on a webpage

A

< img >

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

What does HTML stands for?

A

Hyper Text Markup Language

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

It is what we use to move around the web from page to page

A

Hyperlinks

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

This tag is used to play, pause and stop buttons and is recommended for audio clips

A

< audio controls >

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

What does < h1 > .. < /h1 > creates?

A

Headings

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

This tag that used so that CSS styles can be easily applied to group of elements

A

< div > < /div >

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