What does HTML stand for
What is Hyper Text Markup Language
What does CSS stand for?
Cascading Style Sheets
what does www stand for
What is World Wide Web
What is a script tag, what is a js file
What are norms we agreed to
What Protocol is used by the server to deliver webpages?
What is HTTP/HTTPS - Hyper Text Transfer Protocol
What is a CSS Class and how is it denoted
What is a CSS identifier, What is a period?
What are 5 different connection types
Wifi, Fiber, Ethernet, DSL, Mobile Web
What is the real name of JavaScript
What is ECMA Script
What is not by the screen
What is this link tag doing?
<link rel="spreadsheet" href="style.css" />
What is linking in a css style sheet
How are HTML id denoted in CSS?
<div id="container"></div>
What is a hash
What does a router do for a household?
What is a function?
How do you eject your USB
What is using the menu at the bottom right corner
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="" />
What is wrong with the following code?
div(
padding-right: 40px
)
What is wrong braces and no semicolon?
What port does cpanel run on
What is port 2082
What are 5 events that javascript can listen to
What is click, mouceover, input, focus, blur
What is with respect and etc
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 Nesting
What is wrong with the following code?
.big-title{
font-size: 108px;
background: purple;
}
#container{
margin: 5px 5px 5px 5px;
}
What is nothing
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.
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
what is not allowed by dress code
ripped jeans etc...