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 arenweb 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 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

Hyper text markup language

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

What does the acronym CSS stand for

A

Cascading style shedts

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

Name 3 popular web browsers

A

Google Crome, Mozilla Firefox, Microsoft edge

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

Name a popular search engine

A

Google

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

What HTML tag is used to define a heading

A

<h1> <h2> <h3>
</h3></h2></h1>

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

What html tag is used to create a hyper link

A

<a></a>

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

Which html tag is used to create a numbered list

A

<ol>
</ol>

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

Which html tag is used to create a bullet list

A

<ul>
</ul>