
II · The Starlight Lab
Frontend trivia questions
Frontend trivia
Try 20 Frontend trivia questions one at a time, no sign-in needed. Harder questions and review of what you missed continue in the LoreUp app.
- What do we call registering a JavaScript function to run when a button is pressed?Frontend
- Which mark goes in front of the name when writing an id selector in CSS?Frontend
- Which markup language is used to express the structure of a web page?Frontend
- Which language sets the look of a web page, such as its fonts, colors, and layout?Frontend
- Which language runs in the web browser as it stands and puts behavior into a web page?Frontend
- Which program fetches a web page and draws it on screen?Frontend
- Which mark goes in front of the name when writing a class selector in CSS?Frontend
- Which CSS layout method is used to line elements up along one direction, across or down?Frontend
- Which attribute of the `<img>` tag holds the description read out in place of the image when it cannot be seen?Frontend
- Which CSS syntax makes a page responsive by applying different styles according to the screen width?Frontend
- JavaScript can respond to a user action such as a button click by attaching an event listener to it.Frontend
- In CSS, when rules overlap on the same element, the rule written first always wins.Frontend
- A media query is the syntax for applying the same style at all times, whatever the screen size.Frontend
- HTML is the markup language that sets out the structure of a web document.Frontend
- CSS is used to dress the look of a web page, such as its fonts, colors, and layout.Frontend
- A web browser only makes web pages and cannot show them on screen.Frontend
- HTML is a language made for setting the colors and fonts of a web page.Frontend
- In CSS, a class selector is written with a dot (.) in front of the name.Frontend
- The alt attribute of an `<img>` tag holds the description read out in place of the image when it cannot be seen.Frontend
- Flexbox is the name of an image file format.Frontend