SIGN IN SIGN UP

Login to your account

Username or Email *
Password *
Remember Me
LWC Progress | ( Lessons)

Lesson: 12 | Lists


HTML lists can be used to group a set of related items in lists.

Unordered HTML List

An unordered list starts with the <ul> tag. 

<ul>
 ....
</ul>

Each list item starts with the <li> tag.


 

Ordered HTML List

An ordered list starts with the <ol> tag. 

<ol>
 ....
</ol>

Each list item starts with the <li> tag.


Prev You need to login to have access to the quizzes. Next

Mastered by 51 users.

Lightning Web Components

A. Component Reference (27 lessons)
B. Lightning Web Components | Utilities (11 lessons)
C. Lightning Web Component Guide (41 lessons)
D. Java Script Methods for LWC (23 lessons)
E. HTML (18 lessons)
Go to top