Languages of Web Development Flashcards
1
Q
HTML (hypertext markup language)
A
structures website content
2
Q
CSS
A
applies styling to websites
3
Q
JavaScript
A
adds interactivity to websites
4
Q
SQL
A
allows your web application to store and retrieve data
5
Q
attribute (in HTML)
A
provides additional information about an HTML element
6
Q
href attribute <a></a>
A
hyperlink reference. allows us to specify the URL.
7
Q
CSS
A
provides style to the content of an HTML page
8
Q
Functions (JavaScript)
A
allow us to write a chunk of code once that can be reused over and over.
9
Q
Events (JavaScript)
A
JavaScript to respond to user behaviors, like the user hovering their mouse over an HTML element or resizing their window.