If I Recall Correctly...
Dos and Don’ts
Build Me Up a Web Page
An Interactive Lifestyle
Shh!! This is a Library!
100
This language describes the structure of a web page.
What is HTML
100
CSS should be linked to in this section of a web page.
What is the head
100
This is one of the most popular robust front-end frameworks.
What is Bootstrap
100
A JavaScript variable has one of these two types of scope.
What are local and global
100
This is an extension of the JavaScript language meant, in part, to make common tasks faster and easier.
What is jQuery
200
This attribute tells the browser where to go when a link is clicked.
What is href
200
Developers can use this to get a close look at the code for a page.
What is the inspector
200
This Bootstrap class creates a large hero element typically used to display featured content.
What is jumbotron
200
This property may be used, for example, to determine the number of characters in a string or the number of items in an array.
What is .length
200
This “tree”, which describes the structure of a web page as it is in the browser, is called...
What is the Document Object Model
300
This type of element clearly describes meaning.
What is semantic
300
This website hosts questions and answers maintained by its community of users.
What is Stack Overflow
300
When using Bootstrap’s grid system, rows must be placed inside a div element with one of these two classes.
What are container and container-fluid
300
This statement might be used to print the string “Hello, Word” to the console.
What is console.log(“Hello, World”);
300
This symbol is an alternative name for the jQuery function.
What is $
400
In CSS, these symbols indicate a class and an id, respectively.
What are . and #
400
Your code should always include these so that others can understand what you’re writing.
What are comments
400
This Bootstrap class creates a button.
What is btn
400
This type of loop executes a block of code as long as a given condition is true.
What is a while loop
400
A developer can reuse a block of code by declaring it as...
What is a function
500
This indicates a secure web page.
What is https://
500
This is a method of designing a website for optimal readability and usability regardless of the screen size at which it is viewed.
What is responsive web design
500
Bootstrap can be used with these two CSS preprocessors.
What are Sass and Less
500
JavaScript variables may be one of these seven data types.
What are String, Number, Boolean, Array, Object, Null, Undefined
500
This method is used to add content to the selected element.
What is .append()
M
e
n
u