1.3.4 Web Technologies Flashcards

(3 cards)

1
Q

Describe the purpose of HTML within the code of a website

A

-HTML defines the structure of a webpage
-HTML defines the content of a webpage
-…using tags

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

Describe the purpose of CSS within the code of a website

A

-CSS defines the style
-…using selectors such as classes and IDs
-It can be placed within HTML or externally in a file
-Multiple pieces of CSS can be combined (the more local instances overriding)

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

Describe the purpose of Javascript within the code of a website

A

-Adds interactivity to websites
-Input from HTML forms can be retrieved from a webpage and processed using Javascript
-Often used to validate input data on the client computer

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