Html
css
javascript
general coding
random
100

what does <p> tag called?

paragraph

100

how to change font  ? 

font-family

100

how do you print stuff  ? 

console.log() 

100

what color is #00000 

black

100

what color is my car 

red

200

what is a div ? 

container 

200

What is this color #ffffff

white

200

how do you make a variable

let, var, const etc

200

how do you make an image into a link? 

wrap in a tags

<a href="">image</a>

200

name 5 countries in africa 

egypt, congo, south africa, kenya, morocco, sudan, etc 

300

what is <br>

line break

300

how do you make a background image? 

background-image: url("image link")

300

how do you make a random number? 

Math.random()

300

what is this type of styling called

<p style="color: red">wewefwfwefewf</p>

inline

300

is hole io a good game 

no 

400

how do you make a ordered list ? 

<ol>

<li></li>

</ol>

400

what is the name of youtube element?

iframe

400

what will this code print? 

let test = true;

let test = false;

console.log(test)

error message

400

What will this code print? 

let a = 10;

a+10;

a++;

a+=10;

console.log(a)

21
400

what is my favorite sandwich 

BLT + extra bacon + mayo + toasted 

500

what does div stand for? 

content division 

500

how do you make two images next to eachother? 

put them in the same div in html, then display: inline-block in css

500

what will this code print? 

console.log(Math.ceil(Math.floor(100.43253)))

100

500

what will this code print? 

a=10;

a*=2;

let b = a;

console.log(a*b)

400

500

what is 2*2*2*2*2*2*2*2*2*2*2

2048

M
e
n
u