HTML
CSS
Internet
JavaScript
Etiquette
100

What does HTML stand for

What is Hyper Text Markup Language

100

What does CSS stand for?

Cascading Style Sheets

100

what does www stand for

What is World Wide Web

100
JavaScript goes into what kind of html tag or file with what extension 

What is a script tag, what is a js file

100

What are norms we agreed to

What are no phones, respectful. etc
200

What Protocol is used by the server to deliver webpages?

What is HTTP/HTTPS - Hyper Text Transfer Protocol

200

What is a CSS Class and how is it denoted

What is a CSS identifier, What is a period?

200

What are 5 different connection types

Wifi, Fiber, Ethernet, DSL, Mobile Web

200

What is the real name of JavaScript

What is ECMA Script

200
How do you hold a computer

What is not by the screen

300

What is this link tag doing?

<link rel="spreadsheet" href="style.css" />

What is linking in a css style sheet

300

How are HTML id denoted in CSS?

<div id="container"></div>

What is a hash

300

What does a router do for a household?

What is routing internet traffic to the right destination
300

What is a function?

What is a block of code with the purpose of automating a specific task or repetitious event
300

How do you eject your USB

What is using the menu at the bottom right corner

400

Identify and tell what is wrong with this element

<img atl="" href="" >

What is an image tag/element

tag needs to be closed, atl -> alt, href -> src

<img alt="" src="" />

400

What is wrong with the following code?

div(

padding-right: 40px

   )

What is wrong braces and no semicolon?

400

What port does cpanel run on

What is port 2082

400

What are 5 events that javascript can listen to 

What is click, mouceover, input, focus, blur

400
How do you address your client

What is with respect and etc

500

What is wrong with the code below?

What is the name of the missing concept?

<html>

<head>

</head>

</html>

<body>

<p>Paragraph</p>

</body>

<h1>Hello World</h1>

What is improper Nesting

What is Nesting


500

What is wrong with the following code?

.big-title{

  font-size: 108px;

  background: purple;

}

#container{

   margin: 5px 5px 5px 5px;

}

What is nothing

500

what is a server?, in detail.

What is a computer that handles internet file traffic and serves the data to any client that asks within permissions.

500

What is wrong with this function declaration?

const multiply = (x=1,y=2) => {

   return x*y

   x + 2;

   y+4;

}

What is the code after the return statement

500

what is not allowed by dress code

ripped jeans etc...