General Coding Flashcards
1
Q
What is Javascript?
A
Scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else.
2
Q
What is HTML?
A
The markup language that we use to structure and give meaning to our web content, for example defining paragraphs, headings, and data tables, or embedding images and videos in the page
3
Q
What is CSS?
A
Language of style rules that we use to apply styling to our HTML content, for example setting background colors and fonts, and laying out our content in multiple columns.