HTML/CSS
PHP
JavaScript
Web Browsers
SEO
100
This HTML attribute allows links to open in a new window or tab.
What is target="_blank"
100
this statement allows you to include a separate file into an existing file
What is include("path_to_file");
100
Inside which HTML element do we put the javascript?
What is the tag
100
These are the two webkit-based browsers
What is Google Chrome & Apple Safari
100
What does SEO stand for?
What is Search Engine Optimization.
200
An embedded style sheet is located in this part of an HTML document.
What is the
200
This type of loop executes statements repeatedly as long as an expression is true.
What is a "while" loop
200
What does "DOM" stand for?
What is Document Object Model
200
This web browser recently released its own browser solely for developers.
What is Firefox Developer Edition
200
Who is the biggest player in how SEO functions?
What is Google.
300
This CSS property defines the stack order of elements on the page
What is z-index
300
All variables in PHP begin with this symbol.
What is a dollar sign ($)
300
This allows you to comment a single line of code in JavaScript
What is a double slash (//)
300
This section of the web browser allows the user to look at and manipulate HTML elements.
What is the Inspector.
300
This HTML attribute tells you information about the contents of a website.
What is Description.
400
border-radius is an example of what in CSS?
What is a property
400
PHP stand for?
What is PHP Hypertext Preprocessor
400
How do you round the number 7.25 to the nearest integer?
What is Math.round(7.25)
400
This tab in the developer tools allows the user to see all the of HTTP requests on the page.
What is the Network Tab.
400
What is SERP?
What is Search Engine Results Page.
500
This CSS value centers a block element within its container
What is margin: 0 auto; (or margin-left: auto; margin-right: auto;)
500
This is the correct way to open the file "time.txt" as readable
What is fopen("time.txt", "r");
500
According to modern-day web trends, where should your tags be located?
What is the footer?
500
In what year was the popular browser Google Chrome released?
What is 2008.
500
Search engines use this method to normalize multiple URLs.
What is Canonicalization.