Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Nested Lists | Basic Elements
Introduction to HTML

bookNested Lists

In HTML, it is possible to create nested lists contained within other lists. This can be useful for creating hierarchical structures, such as outlines or menus.

index.html

index.html

copy

Descriptive lists can also be nested in HTML. To create a nested descriptive list, you can use the <dl> tag inside another <dl> tag to create a new nested list.

index.html

index.html

copy

When a web browser renders the HTML, the nested descriptive list will be indented and displayed as a sub-list within the top-level descriptive list.

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 7

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

bookNested Lists

In HTML, it is possible to create nested lists contained within other lists. This can be useful for creating hierarchical structures, such as outlines or menus.

index.html

index.html

copy

Descriptive lists can also be nested in HTML. To create a nested descriptive list, you can use the <dl> tag inside another <dl> tag to create a new nested list.

index.html

index.html

copy

When a web browser renders the HTML, the nested descriptive list will be indented and displayed as a sub-list within the top-level descriptive list.

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 7
some-alt