1/12
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Ordered List
A list where the items are numbered, indicating a specific sequence.
Unordered List
A list where the items are presented as bullet points, with no specific order required.
Description List
A list where each item consists of a name and a description, similar to a dictionary format.
Nesting
The practice of placing one HTML element inside another, such as a list item
Indentation
The formatting technique of moving code to the right to visually represent nested elements, enhancing readability.
Anchor Element
An HTML tag used to create hyperlinks to other pages or sections, requiring the href attribute to specify the link's destination.
Image Element
An HTML tag used to embed images in a webpage, which is self-contained and does not require a closing tag.
Alt Attribute
A crucial attribute for the tag that provides a text description of the image for accessibility purposes.
Example of Ordered List
A structured list of steps to bake a cake, demonstrating the necessity of following the order.
Example of Unordered List
A list of ingredients for a recipe, where the order of items is not important.
Nested List Example
A combination of ordered and unordered lists to show steps within a larger task, enhancing organization.
Link Example
An anchor element that opens a new tab when clicked, directing users to a full recipe online.
Image Example
An tag that includes a source and alt attribute, ensuring the image is described for users with visual impairments.