Level 63
Level 65
4 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.
Ignore?
The HTML class attribute makes it possible to...
... define equal styles for "equal" <div> elements
class
Attribute name that specifies a group name that may apply to multiple tags/objects
Classing Inline Elements
The HTML class attribute also makes it possible to define equal styles for "equal" <span> elements
<span class="Memrise"> Text </span>
Specifies a <span> element styled with a class named "Memrise"