HTML is an acronym for this.
What is Hypertext Markup Language?
True or False:
CSS was made to help people decorate and style their websites
TRUE
This tag is meant to create function in JavaScript
What is function?
True or False:
You want to make the website as hard to use as possible
False
What was the first big arcade game to ever come out
What is Donkey Kong?
This tag is commonly used to divide small parts of the website to allow for better and precise styling.
What is a div tag?
This CSS tag allows you to change the background color of the website.
What is background-color?
This tag is used to trigger something when the right conditions are met.
What is if?
When making a website for other devices, you want to make the website this.
What is responsive?
What is considered the best Halo Game? (Author's note: this is not a debate)
What is Halo 3?
You can actually use this tag to bold your text bold your text without the use of CSS.
What is the b tag?
This display tag is commonly used when sorting parts of the website in rows and columns.
What is display: grid;
This tag is used to create certain elements and feature that can be referred to later in other JavaScript files.
What is class?
What is universally accessible?
Where is the first warp pipe section in the original Super Mario Bros. game?
World 1.2
You need to us this name in your meta tag to help the website be responsive.
What is name=viewport?
If I wanted to center all images in my website using display function, I would do this.
img {
display: flex;
justify-content: center;
}
These three tags are used most commonly in JavaScript
What are let, var, and const
When trying to get user on your website, you want to increase this to help it appear more on searches.
What is SEO?
This game is famous for this line "Sweet Liberty, my leg!!!"
Helldivers 2
Theres a secret way to set up the basics of your website by simply using these key binds.
What is ! + enter?
This tag is used to make animations and transitions in CSS.
What is keyframes?
This tag is used to draw shapes and images.
What is draw()?
This is the man who wrote "Don't Make Me Think"
Who is Steve Kurg?
This game allows you to create your own space fairing empire, and provides almost limitless ways to tell stories and play.
What is Stellaris?