html
css
JS
html/css/js
miscelanous
100

What does the acronym HTML stand for?

what is Hyper Text Markup Language

100

An External Style sheet must be saved as a(n) __ file

What is .css

100

What are the three ways you create a variable?

What is var, let and const
100

In CSS, what is the name of the property used to change the background color of an element?

what is background-colour

100

What is the name of the popular JavaScript framework that was developed by Facebook for building user interfaces?

What is React

200

What is semantic HTML?

Semantic HTML is a way of writing HTML code that describes the meaning of the elements on a web page, rather than just their appearance.

200

What surrounds a page/element area and is transparent?

What is margin
200

What does the === do that == doesn't do?

What is compares type

200

What is the name of the HTML tag used to create a clickable hyperlink?

What is <a>

200

Padma Sambhava is also known as ?

What is Guru Rinpoche

300

What is the <em> tag for?

What is emphasis/italics

300

What css property is used to round corners of an element?

What is border-radius?
300

What method is used to add an item to the end of an array?

What is push()

300

This css property is used to change the colour of the text

What is color:

300

What is it term for when you only load data when you need it in a web application?

What is Lazy Loading

400

Which attribute is used to specify the URL of a link in an anchor tag?

What is href

400

What has the highest specificity? Id's, classes or inline styling?

What is Inline
400

What does an async/await function return?

What is a promise

400

What is the name of the space between an element's content and its border?

What is padding

400

What method can be used in javascript to end a documents output stream?

What is document.close()
500

What are the tags for an unordered list and list item?

What is <ul> and <li>

500

What css property makes an element disappear but still takes up the space?

What is visibility: hidden

500

What is the name of the JavaScript method used to add new elements to the end of an HTML document?

What is document.appendChild()

500

Is JS single threaded or multi threaded?

What is single threaded

500

How do you open a blank window named Example with default features in javascript? 

What is window.open("", "Example", "")


M
e
n
u