Frontend part 1 Flashcards
1
Q
What are the 3 programming languages we will be using in this Frontend course?
A
HTML, CSS, and Javascript
2
Q
What is the type of programming this course is about?
A
Frontend
3
Q
What is a development environment?
A
A collection of tools and software that makes it easier for us to program.
4
Q
What does HTML stand for?
A
Hypertext Markup Language
5
Q
What does CSS stand for?
A
Cascading Style Sheets
6
Q
Vad använder vi HTML till?
A
Innehåll och struktur
7
Q
Vad använder vi CSS till?
A
Färg, form, och positionering
8
Q
Vad använder vi Javascript till?
A
Dynamik och interaktivitet
9
Q
What are the building blocks of html?
A
Tags and elements
10
Q
What are the first tags to know?
A
The start tag and end tag