Name | Topic | Difficulty level | Last recall | Days since last recall | Importance |
|---|---|---|---|---|---|
What is the <canvas> element used for? | Not that easy to remember | May 3, 2021 | 1643 | ||
How can external resources be embedded into HTML? | Hard to remember | May 3, 2021 | 1643 | ||
Describe the <color> selector element. | Easy to remember | May 3, 2021 | 1643 | ||
How can we add video subtitles in HTML, and what other benefits does this carry? | Not that easy to remember | April 26, 2021 | 1650 | ||
How can we change the controls appearance of the video player in the video element? | Not that easy to remember | April 27, 2021 | 1649 | ||
How a local video can be added to a page? How multiple video option can be provided? (This is also valid for audio only.) | Not that easy to remember | April 30, 2021 | 1646 | ||
Explain how a container, video codec and audio codec are related. | Not that easy to remember | May 3, 2021 | 1643 | ||
How can a window-in-a-window (nested browsing context) be implemented in HTML? | Not that easy to remember | May 3, 2021 | 1643 | ||
Describe the progress and meter elements. | Hard to remember | May 3, 2021 | 1643 | ||
What is the label element used for? | Not that easy to remember | May 3, 2021 | 1643 | ||
How can form controls be grouped? | Hard to remember | May 3, 2021 | 1643 | ||
What are the 2 most common numerical inputs (in forms)? | Not that easy to remember | May 3, 2021 | 1643 | ||
What are the 5 most common date and time controls for forms? | Not that easy to remember | May 3, 2021 | 1643 | ||
What attribute can be used to send hidden data through a form? | Not that easy to remember | May 3, 2021 | 1643 | ||
How a file selection control can be added to a form? | Not that easy to remember | May 3, 2021 | 1643 | ||
How menu options in drop-down and scrolling menus can be grouped? | Hard to remember | May 3, 2021 | 1643 | ||
How a drop-down menu can be created (usually in a form)? | Not that easy to remember | May 3, 2021 | 1643 | ||
How a scrolling menu control can be created (usually in a form)? | Hard to remember | May 3, 2021 | 1643 | ||
What is the button element? | Easy to remember | May 3, 2021 | 1643 | ||
List the 5 most common specialised text-entry fields (in forms). | Not that easy to remember | May 3, 2021 | 1643 | ||
What element is used for drop-down menu input (in forms)? | Hard to remember | May 3, 2021 | 1643 | ||
What is the structure of the submit and reset buttons in forms? | Easy to remember | May 3, 2021 | 1643 | ||
What the disabled and readonly attributes do (in forms)? | Easy to remember | May 3, 2021 | 1643 | ||
What is the full(ish) structure of a multiple-line text-entry control (in forms)? | Not that easy to remember | May 3, 2021 | 1643 | ||
What is the full(ish) structure of a single-line text-entry control (in forms)? | Not that easy to remember | May 3, 2021 | 1643 | ||
What is the basic structure of a single-line text-entry control (in forms)? | Easy to remember | May 3, 2021 | 1643 | ||
What is the input element and what's its main attribute (in forms)? | Easy to remember | May 3, 2021 | 1643 | ||
What does the name attribute do in form sub-elements? | Easy to remember | May 3, 2021 | 1643 | ||
What is the difference between the GET and POST methods (in forms)? | Easy to remember | May 3, 2021 | 1643 | ||
What is the element used for forms, and its main attributes? | Not that easy to remember | May 3, 2021 | 1643 | ||
How can columns be semantically grouped in a table? How can a column inside a group be accessed? | Not that easy to remember | May 3, 2021 | 1643 | ||
What are the table elements for header, body and footer? | Easy to remember | May 3, 2021 | 1643 | ||
How table accessibility can be improved? | Hard to remember | May 3, 2021 | 1643 | ||
How a title or description can be included in a table? Why is it useful? | Not that easy to remember | May 3, 2021 | 1643 | ||
How a spanning cell (vertically and horizontally) can be created, in a table? | Easy to remember | May 3, 2021 | 1643 | ||
Is table a block element? | Easy to remember | May 3, 2021 | 1643 | ||
What is the most common minimal table structure? | Easy to remember | May 3, 2021 | 1643 | ||
Explain the different ways to establish image resolution and sizes in responsive design. | Not that easy to remember | May 3, 2021 | 1643 | ||
How can we offer alternate images to the browser, in case it is not compatible with an image format (mime types)? | Not that easy to remember | May 3, 2021 | 1643 | ||
Are the images (contained in the picture and source elements) downloaded before the CSS and JavaScript files? | Easy to remember | May 3, 2021 | 1643 | ||
What element is used in the art-direction-based selection, when talking about image responsiveness? In what case art-direction-based selection should be used? | Hard to remember | May 3, 2021 | 1643 | ||
How a list of image source options can be specified to achieve image responsiveness, in terms of the image resolution (using w-descriptors)? | Not that easy to remember | May 3, 2021 | 1643 | ||
How a list of image source options can be specified to achieve image responsiveness, in terms of the image resolution (using x-descriptors)? | Easy to remember | May 3, 2021 | 1643 | ||
How can we make the radio buttons and checkboxes checked by default? | Not that easy to remember | May 3, 2021 | 1643 | ||
What is the difference between device pixels (physical pixels) and layout pixels (reference pixels, CSS pixels, or points)? | Easy to remember | May 3, 2021 | 1643 | ||
How radio buttons and checkboxes report their values when a form is submitted? | Not that easy to remember | May 3, 2021 | 1643 | ||
How checkboxes are built, when are they used, and how can they be grouped? | Not that easy to remember | May 3, 2021 | 1643 | ||
How radio buttons are built, when are they used, and how can they be grouped? | Not that easy to remember | May 3, 2021 | 1643 | ||
What’s the function of the submit button on a form? | Easy to remember | May 3, 2021 | 1643 | ||
How to make a field required in an HTML5 form? | Easy to remember | May 3, 2021 | 1643 | ||
What’s the structure of a form element? | Not that easy to remember | May 3, 2021 | 1643 | ||
What is placeholder text (in forms) and how can be added to a text field? | Easy to remember | May 3, 2021 | 1643 | ||
Name 5 self-closing elements. | Not that easy to remember | May 3, 2021 | 1643 | ||
How can we get user input on a form? | Easy to remember | May 3, 2021 | 1643 | ||
How is a bulleted ordered list created? | Easy to remember | May 3, 2021 | 1643 | ||
How is a bulleted unordered list created? | Easy to remember | May 3, 2021 | 1643 | ||
What are the main descriptive HTML5 tags? | Easy to remember | May 3, 2021 | 1643 | ||
What’s the main characteristic of HTML5? | Not that easy to remember | May 3, 2021 | 1643 | ||
What does “comment out” refers to? | Easy to remember | May 3, 2021 | 1643 | ||
What are tags, opening tags and closing tags? | Easy to remember | May 3, 2021 | 1643 | ||
What are HTML elements? | Easy to remember | May 3, 2021 | 1643 | ||
What is the purpose of HTML? | Not that easy to remember | May 3, 2021 | 1643 | ||
What is the DOM? | Not that easy to remember | May 3, 2021 | 1643 | ||
What is a placeholder text (in general)? | Easy to remember | May 3, 2021 | 1643 | ||
What are attributes and how their syntax looks like? | Easy to remember | May 3, 2021 | 1643 | ||
What is markup, in HTML? | Not that easy to remember | May 3, 2021 | 1643 | ||
What are the three options to use SVG images? | Hard to remember | May 3, 2021 | 1643 | ||
What SVG stands for? What is it? | Not that easy to remember | May 3, 2021 | 1643 | ||
How can image dimensions be provided? | Easy to remember | May 3, 2021 | 1643 | ||
How is a dead link created? | Easy to remember | May 3, 2021 | 1643 | ||
What role takes the alt attribute in the img tag? | Easy to remember | May 3, 2021 | 1643 | ||
What image formats are supported by web browsers? | Not that easy to remember | May 3, 2021 | 1643 | ||
What’s the image element and its attributes? Is it self-closing (empty) element? It is an inline element? | Easy to remember | May 3, 2021 | 1643 | ||
How can the automatic detection and transformation of long numbers into telephone numbers can be disabled? | Not that easy to remember | May 3, 2021 | 1643 | ||
How a telephone number can be converted into a link so people can call directly from their mobile phones? | Easy to remember | May 3, 2021 | 1643 | ||
How is an email link created? How can we prevent bots from acquiring it? | Easy to remember | May 3, 2021 | 1643 | ||
How link to internal sections of a page (document fragment) with anchor elements can be achieved? | Easy to remember | May 3, 2021 | 1643 | ||
Describe the structure of a URL. | Not that easy to remember | May 3, 2021 | 1643 | ||
What’s an anchor element, and what its structure looks like? | Easy to remember | May 3, 2021 | 1643 | ||
How can we provide the full name of an abbreviation? | Not that easy to remember | May 3, 2021 | 1643 | ||
What are the two ways to escape a character in HTML? | Not that easy to remember | May 3, 2021 | 1643 | ||
What are roles? Give some examples. | Hard to remember | May 3, 2021 | 1643 | ||
When and why use the class attribute? | Not that easy to remember | May 3, 2021 | 1643 | ||
When and why use the id attribute? | Not that easy to remember | May 3, 2021 | 1643 | ||
Name the two generic elements and their uses. | Easy to remember | May 3, 2021 | 1643 | ||
How contextually relevant text should be marked down? | Not that easy to remember | May 3, 2021 | 1643 | ||
What does the q element is used for? | Easy to remember | May 3, 2021 | 1643 | ||
What does the strong element is used for? | Easy to remember | May 3, 2021 | 1643 | ||
What does the em element is used for? | Easy to remember | May 3, 2021 | 1643 | ||
Name at least 8 elements HTML5 introduced to give meaning to sections of a typical web page. | Not that easy to remember | May 3, 2021 | 1643 | ||
How can preformatted text, such as code or poems, can be marked up? | Easy to remember | May 3, 2021 | 1643 | ||
What are the figure and figcaption elements, and when are they used? | Easy to remember | May 3, 2021 | 1643 | ||
How can quotes, testimonials, and copy from other sources be marked up? | Easy to remember | May 3, 2021 | 1643 | ||
What are description lists used for, and what is their structure? | Easy to remember | May 3, 2021 | 1643 | ||
What HTML stands for? | Easy to remember | May 3, 2021 | 1643 | ||
How can HTML5 sections and outlines be used properly? | NaN | ||||
What is the accesskey global attribute used for? | Accessibility | NaN | |||
What is the tabindex global attribute used for? | Accessibility | NaN | |||
NaN |