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 are web browsers used for?

A

viewing webpages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
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
5
Q

what does HTML stand for

A

Hyper Text Markup Language

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

what does CSS mean?

A

cascading style sheets

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

name 3 web browsers

A

google chrome, firefox, microsoft edge

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

name a web browser

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 title of webpage

A

<title>
</title>

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

what 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

which HTML tag is 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
12
Q

which HTML tag is used to make a numbered list?

A

<ol>
</ol>

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

what HTML is used to make an unordered list

A

<ul>
</ul>

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