Web Development Basics Flashcards

(5 cards)

1
Q

What are the essential steps to create your first website?

A

Install tools, plan content/design, structure files, write HTML/CSS/JS, test & publish.

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

What does HTML do?

A

Hyper Text Markup Language structures content and gives semantic meaning (headings, links, images, etc.).

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

What does CSS do?

A

Cascading Style Sheets give the website its design, controls layouts, colours, fonts and separates design from content

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

What does JS do?

A

Java Script adds validation, animation and interactive content

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

What is the difference between static websites and dynamic websites?

A

Static Websites sends the code as-is, Dynamic generates content from code

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