1/23
people can try, but thats about it
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
JPEG (.jpg, .jpeg)
Best for photographs and complex images with many colors.
PNG (.png)
Supports transparency and lossless compression; ideal for logos and graphics.
GIF (.gif)
Supports simple animations and limited
SVG (.svg)
Vector format that scales without losing quality; excellent for icons and diagrams.
WebP (.webp)
Modern format offering smaller file sizes while maintaining quality.
AVIF (.avif)
Newer format with excellent compression and image quality.
<image>
provides multiple image formats for better browser compatibility and performance.
<hr>
defines a thematic break in an HTML page, and is most often displayed as a horizontal rule.
<a>
HTML links are defined with this tag
favicon
is a small image, so it should be a simple image with high contrast.
left of the page title in the browser tab
A favicon image is displayed to the ____
The list items will be numbered with numbers (default)
type="1"
The list items will be numbered with uppercase letters
type="A"
The list items will be numbered with lowercase letters
type="a"
The list items will be numbered with uppercase roman numbers
type="I"
The list items will be numbered with lowercase roman numbers
type="i"
description list
is a list of terms, with a description of each term.
<dl>
This tag defines the description list
<dt>
This tag defines the term (name) in a description list
<dd>
This tag describes each term in a description list:
<td> and a </td> tag.
Each table cell is defined by a
table data
td stands for…
table row.
tr stands for…
table header.
th stands for…