What does the acronym HTML stand for?
what is Hyper Text Markup Language
An External Style sheet must be saved as a(n) __ file
What is .css
What are the three ways you create a variable?
In CSS, what is the name of the property used to change the background color of an element?
what is background-colour
What is the name of the popular JavaScript framework that was developed by Facebook for building user interfaces?
What is React
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.
What surrounds a page/element area and is transparent?
What does the === do that == doesn't do?
What is compares type
What is the name of the HTML tag used to create a clickable hyperlink?
What is <a>
Padma Sambhava is also known as ?
What is Guru Rinpoche
What is the <em> tag for?
What is emphasis/italics
What css property is used to round corners of an element?
What method is used to add an item to the end of an array?
What is push()
This css property is used to change the colour of the text
What is color:
What is it term for when you only load data when you need it in a web application?
What is Lazy Loading
Which attribute is used to specify the URL of a link in an anchor tag?
What is href
What has the highest specificity? Id's, classes or inline styling?
What does an async/await function return?
What is a promise
What is the name of the space between an element's content and its border?
What is padding
What method can be used in javascript to end a documents output stream?
What are the tags for an unordered list and list item?
What is <ul> and <li>
What css property makes an element disappear but still takes up the space?
What is visibility: hidden
What is the name of the JavaScript method used to add new elements to the end of an HTML document?
What is document.appendChild()
Is JS single threaded or multi threaded?
What is single threaded
How do you open a blank window named Example with default features in javascript?
What is window.open("", "Example", "")