HTML5
Quiz by seannevlle
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
30 questions
Show answers
- Q1Creates boxes that contribute to the layout of the document. Sections, articles, paragraphs, lists, and images are examples of block-level elements.Block-level Element30s
- Q2"Surrounds the box itself. A border can be transparent, or it can be colored and have a pattern like a dashed line."Border30s
- Q3"Is whatever is displayed in the box, such as text and images.Content30s
- Q4Offers flexible layouts for UI design.Flexbox30s
- Q5A child box.Flexbox Item30s
- Q6Is a layout mode for using flexible boxes in user interfaces. The model is part of the CSS3 draft specification.Flexbox Box Model30s
- Q7Child elements of a grid.Grid Item30s
- Q8Are similar to spreadsheets in that they use columns, rows, and cells, but you can create many different types of layouts that, in the end, don't look like a spreadsheet at all.Grid Layout30s
- Q9For more complex layouts. The grid layout model lets you control the design of sections or entire HTML-based documents using CSS3. As the name implies, a grid layout uses rows and columns to make the design look cleaner and structured.Grid Layout Model30s
- Q10Provides a visualization of the grid element's structure and defines the grid cells.Grid Template30s
- Q11Are designed for laying out text and don't disrupt the flow of the document. Applying boldface and the new HTML5 mark element are examples of inline elements.Inline Element30s
- Q12Is transparent and sits at the outermost edge of a box, providing space between the box and other boxes in the document.Margin30s
- Q13Enable you to adapt an HTML document to end-user devices. HTML media element types include aural, braille, handheld, print, projection, screen, tty, and tv.Media Queries30s
- Q14Is the space between the border of the box and its content. Padding generally takes on the same color as the box's background color.Padding30s
- Q15Is important to understand when working with the CSS. Essentially, a parent box can contain one or more boxes. The boxes contained within a parent box are referred to as child boxes.Parent/Child Relationship30s