class selector
Selector used to style multiple elements, indicated by a .
opening tag
<>
HTTP
.
Hyper Text Transfer Protocol
root
top level directory on a system.
What is valid syntax for a CSS hex color code?
#FFFFFF, #FFF, #ffffff, or #fff
id selector
Selector used to style one specific element, indicated by a #
closing tag
</>
DNS
Domain Name Service/System
file
A collection of data or information that has a name, called the filename
What do the first two digits of a hex color code indicate?
red
child/descendent selector
>
What HTML tag is commonly used for containing text?
<p> </p>
XML
Extensible Markup Language
operating system
system software that manages computer hardware and software
What do the second two digits of a hex color code indicate?
green
sibling selector
+
What are some examples of HTML5 layout elements?
<nav> <section> <article>
JSON
JavaScript Object Notation
terminal
A command line interface (CLI) that allows the user to issue commands to the computer in the form of successive lines of text, rather than a graphical user unterface (GUI)
What do the third two digits of a hex color code indicate?
blue
What are different ways to specify colors in CSS?
some colors can be specified with their name, but to be more specific you can use: RGB, HEX, HSL, RGBA, or HSLA values
What HTML element is used to change the text on the tab within the web browser?
<title></title>
n-tier architecture
N-tier architecture usually divides an application into three tiers: the presentation tier, logic tier and data tier. (Technopedia, 2019)
How do you open Visual Studio Code from within Git Bash?
code
What are the components of the box model (in order from innermost to outermost)?
content,padding, border, margin