Computing: Web Design Flashcards

1
Q

What language is used to create webpage content?

A

HTML

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

What language is used to style and format webpage content?

A

CSS

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

What does CSS stand for?

A

Cascading style sheets

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

What are web browsers used for?

A

Viewing webpages

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

What are search engines used for?

A

Finding useful information on the web

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

What does the acronym HTML stand for?

A

HyperText Markup Language

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

Name three popular web browsers?

A

Google Chrome, Firefox and Microsoft Edge

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

Name a popular search engine

A

Google

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

What HTML tag is used to define the title of a webpage?

A

<title>
</title>

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

Which HTML tag is used to define a paragraph?

A

<p>
</p>

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

What html tag is used to define headings

A

<h1> every number can be put up to <h6>
</h6></h1>

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

Which html tagnis used to display images on a webpage

A

<img></img>

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

What html tag is used to create hyperlinks

A

<a href

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