Level 7 Level 9
Level 8

Styles & Sections


11 words 0 ignored

Ready to learn       Ready to review

Ignore words

Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.

All None

Ignore?
<style>
style information for a document
<span>
inline section in a document
<div>
block section in a document
<header>
defines a header for a document or section
<footer>
defines a footer for a document or section
<hgroup>
groups heading elements h1 to h6
<section>
defines a section in a document
<article>
defines an article
<aside>
content related to but tangential to main content in a document
<details>
addtional details user can view or hide
<summary>
visible heading for a <details> element