Web Design X Flashcards

You may prefer our related Brainscape-certified 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 stand for

A

Cascading Style Sheets

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

Name 3 popular 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 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> <h2> <h3> <h4> <h5> <h6>
</h6></h5></h4></h3></h2></h1>

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

What HTML tag is used to create hyperlinks

A

<a></a>

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

Which HTML tag is used to create a bulleted list

A

<ul>
</ul>

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