CSS
HTML
Client/Service
File System
CSS 2
100

class selector

Selector used to style multiple elements, indicated by a .

100

opening tag



<>

100

HTTP

.


Hyper Text Transfer Protocol

100

root



top level directory on a system.

100

What is valid syntax for a CSS hex color code?



#FFFFFF, #FFF, #ffffff, or #fff

200

id selector


Selector used to style one specific element, indicated by a #

200

closing tag



</>

200

DNS



Domain Name Service/System

200

file


A collection of data or information that has a name, called the filename


200

What do the first two digits of a hex color code indicate?



red

300

child/descendent selector


>

300

What HTML tag is commonly used for containing text?

<p>  </p>


300

XML



Extensible Markup Language

300

operating system



system software that manages computer hardware and software

300

What do the second two digits of a hex color code indicate?



green

400

sibling selector


+

400

What are some examples of HTML5 layout elements?



<nav> <section> <article>

400

JSON



JavaScript Object Notation

400

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)

400

What do the third two digits of a hex color code indicate?



blue

500

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

500

What HTML element is used to change the text on the tab within the web browser?



<title></title>

500

n-tier architecture



N-tier architecture usually divides an application into three tiers: the presentation tier, logic tier and data tier. (Technopedia, 2019)

500

How do you open Visual Studio Code from within Git Bash?



code

500

What are the components of the box model (in order from innermost to outermost)?



content,padding, border, margin

M
e
n
u