1.3.4 Web technologies Flashcards

1
Q

what is HTML?

A

the language/script that web
pages are written in

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

what does HTML do?

A

allows a browser to interpret and
render a webpage

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

what is a tag in HTML?

A

the names given to values written within angle brackets (<h1>)

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

what is an identifier selector?

A

a value that follows a hashtag

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

what is a class selector?

A

a value that follows a full stop

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

what is CSS?

A

a script/language like HTML
except it’s used to describe the style of a webpage

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

what are the names of the methods of applying CSS?

A

-internal/embedded CSS,
-external CSS

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

where do you write external CSS?

A

in a separate document

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

how do you use external CSS in your HTML code?

A

you use the <link></link> tag

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

what is a search engine?

A

a search engine is a program that
searches through a database of internet addresses looking for a resource based on a criteria set by the client/user

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

what software does search engines
use?

A

web crawlers

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

what does a web crawler do?

A

travels across the internet collecting
keywords and phrases from a web page and adding it to an index of web resources

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