Web Basics: HTML, CSS, HTTP
The question sheet
Reveal any answer as you study-
What does HTML primarily do?
- Sends requests
- Stores data
- Structures content
- Styles pages
Reveal answer
Answer: Structures content
-
What does CSS control?
- Communication
- Presentation
- Databases
- Structure
Reveal answer
Answer: Presentation
-
____ governs communication between browsers and servers.
- CSS
- W3C
- HTTP
- HTML
Reveal answer
Answer: HTTP
-
HTML stands for:
- HyperText Markup Language
- Home Text Markup Lang
- HighText Machine Lang
- HyperTool Markup Link
Reveal answer
Answer: HyperText Markup Language
-
Which element contains navigation links?
- <nav>
- <footer>
- <header>
- <aside>
Reveal answer
Answer: <nav>
-
Which element holds the primary content?
- <main>
- <aside>
- <section>
- <article>
Reveal answer
Answer: <main>
-
When was HTML5 released as a stable W3C recommendation?
- 2010
- 2018
- 2004
- 2014
Reveal answer
Answer: 2014
-
Semantic tags improve accessibility for screen readers.
- True
- False
Reveal answer
Answer: True
-
The innermost layer of the box model is the ____.
- content
- margin
- border
- padding
Reveal answer
Answer: content
-
Which is the outermost box model layer?
- Content
- Padding
- Margin
- Border
Reveal answer
Answer: Margin
-
What is padding in the box model?
- Space by content
- A line border
- Element separator
- Text width
Reveal answer
Answer: Space by content
-
By default, width and height include padding and border.
- True
- False
Reveal answer
Answer: False
-
The rule `box-sizing: ____` makes size include padding and border.
- full-box
- padding-box
- content-box
- border-box
Reveal answer
Answer: border-box
-
Which HTTP method retrieves data?
- GET
- PATCH
- DELETE
- POST
Reveal answer
Answer: GET
-
Which method sends new data, often via a form?
- DELETE
- PUT
- POST
- GET
Reveal answer
Answer: POST
Make your own — free
Turn any notes into a game in under a minute. Free to start.