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.
2
Q
What does HTML do?
A
Hyper Text Markup Language structures content and gives semantic meaning (headings, links, images, etc.).
3
Q
What does CSS do?
A
Cascading Style Sheets give the website its design, controls layouts, colours, fonts and separates design from content
4
Q
What does JS do?
A
Java Script adds validation, animation and interactive content
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