Web Technologies Flashcards

1
Q

HTML

A

The standard language for displaying webpages. A HTML documents starts with
Consists of tags which are opened and closed . Each document has a head and body.

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

CSS

A

The standard way to style webpages, whether internal or externalised. Externalised stylesheets allow developers to keep design and content completely separate

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

JS

A

JS is an interpreted code that
adds interactivity to websites. It works on virtually all hardware and is used on nearly all websites. For example there are currently 300,000 JS repos on Github, Java has 200k

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

Search Engine Indexing

A

A search engine searches through webpages, for certain keywords and phrases. Problem Indexes are used, when a new document is added, the words/ phrases are tokenised, and added to the list

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