Wk 2

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:11 AM on 8/21/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Ordered List

A list where the items are numbered, indicating a specific sequence.

2
New cards

Unordered List

A list where the items are presented as bullet points, with no specific order required.

3
New cards

Description List

A list where each item consists of a name and a description, similar to a dictionary format.

4
New cards

Nesting

The practice of placing one HTML element inside another, such as a list item

5
New cards

Indentation

The formatting technique of moving code to the right to visually represent nested elements, enhancing readability.

6
New cards

Anchor Element

An HTML tag used to create hyperlinks to other pages or sections, requiring the href attribute to specify the link's destination.

7
New cards

Image Element

An HTML tag used to embed images in a webpage, which is self-contained and does not require a closing tag.

8
New cards

Alt Attribute

A crucial attribute for the tag that provides a text description of the image for accessibility purposes.

9
New cards

Example of Ordered List

A structured list of steps to bake a cake, demonstrating the necessity of following the order.

10
New cards

Example of Unordered List

A list of ingredients for a recipe, where the order of items is not important.

11
New cards

Nested List Example

A combination of ordered and unordered lists to show steps within a larger task, enhancing organization.

12
New cards

Link Example

An anchor element that opens a new tab when clicked, directing users to a full recipe online.

13
New cards

Image Example

An tag that includes a source and alt attribute, ensuring the image is described for users with visual impairments.