Layout and Menus - DIV and CSS layout, inline menus, responsive design concepts - Online Test
30:00
1. What is the primary purpose of the `<div>` element in HTML?
2. Which CSS property is used to control the visual presentation of elements within a `<div>` container?
3. In CSS, what does `display: block;` typically do to an element?
4. What is the effect of `display: inline;` in CSS?
5. Which `display` value allows an element to behave like an inline element but maintain block-level properties like width and height?
6. What CSS layout model is specifically designed for arranging items in rows and columns, providing powerful control over alignment and distribution?
7. Which CSS property is the main axis for Flexbox layout?
8. In Flexbox, what does `justify-content: center;` do?
9. What is the purpose of `align-items` in Flexbox?
10. Which CSS property is used to create a two-dimensional layout system for web pages, allowing for rows and columns?
Test Results
0/0